From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1879) id 5D6303858400; Mon, 10 Oct 2022 01:29:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5D6303858400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1665365384; bh=3Y8rPf2RyayxrI/UZDaJU2BLu9xic1+7BFaIkXU7RyY=; h=From:To:Subject:Date:From; b=DsuxvMQ1NPOwsqw97cKyZQR8gdJXM1eRr3fbyd2m9fjdkB46RT7zekxXP8NI7ifI8 pWEUmCoBqTwAj/n7+G1LtFZVQVb+yxEGhotyxvn/FXXrz9G2HNWK4MH1rbk+Y8dhQ9 esRLb8nsm/aQslmpPuZc/rgUWYYM+2Mf1hdZf3P8= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Simon Marchi To: gdb-cvs@sourceware.org Subject: [binutils-gdb] gdbsupport: re-generate configure X-Act-Checkin: binutils-gdb X-Git-Author: Simon Marchi X-Git-Refname: refs/heads/master X-Git-Oldrev: 228cf97dd3c80a9755bfd2b49a7714826f01072d X-Git-Newrev: d549d8d23db0c12986d98bcb8e393939409237b5 Message-Id: <20221010012944.5D6303858400@sourceware.org> Date: Mon, 10 Oct 2022 01:29:44 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dd549d8d23db0= c12986d98bcb8e393939409237b5 commit d549d8d23db0c12986d98bcb8e393939409237b5 Author: Simon Marchi Date: Sun Oct 9 21:27:37 2022 -0400 gdbsupport: re-generate configure =20 I get this diff when re-generating configure, probably leftover from 67d1991b785 ("egrep in binutils"). =20 Change-Id: I759c88c2bad648736d33ff98089db45c9b686356 Diff: --- gdbsupport/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdbsupport/configure b/gdbsupport/configure index 1b0752609e5..38541e87c15 100755 --- a/gdbsupport/configure +++ b/gdbsupport/configure @@ -7320,7 +7320,7 @@ else # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some GNU ld's only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. - if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > = /dev/null; then + if "$acl_cv_path_LD" -v 2>&1 < /dev/null | $EGREP '(GNU|with BFD)' >= /dev/null; then test "$with_gnu_ld" !=3D no && break else test "$with_gnu_ld" !=3D yes && break @@ -7348,7 +7348,7 @@ if ${acl_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU ld's only accep= t -v. -if $LD -v 2>&1 &5; then +if $LD -v 2>&1 &5; then acl_cv_prog_gnu_ld=3Dyes else acl_cv_prog_gnu_ld=3Dno