mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
gdbsupport: re-generate configure
I get this diff when re-generating configure, probably leftover from
67d1991b78 ("egrep in binutils").
Change-Id: I759c88c2bad648736d33ff98089db45c9b686356
This commit is contained in:
4
gdbsupport/configure
vendored
4
gdbsupport/configure
vendored
@@ -7320,7 +7320,7 @@ else
|
|||||||
# Check to see if the program is GNU ld. I'd rather use --version,
|
# Check to see if the program is GNU ld. I'd rather use --version,
|
||||||
# but apparently some GNU ld's only accept -v.
|
# but apparently some GNU ld's only accept -v.
|
||||||
# Break only if it was the GNU/non-GNU ld that we prefer.
|
# 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" != no && break
|
test "$with_gnu_ld" != no && break
|
||||||
else
|
else
|
||||||
test "$with_gnu_ld" != yes && break
|
test "$with_gnu_ld" != yes && break
|
||||||
@@ -7348,7 +7348,7 @@ if ${acl_cv_prog_gnu_ld+:} false; then :
|
|||||||
$as_echo_n "(cached) " >&6
|
$as_echo_n "(cached) " >&6
|
||||||
else
|
else
|
||||||
# I'd rather use --version here, but apparently some GNU ld's only accept -v.
|
# I'd rather use --version here, but apparently some GNU ld's only accept -v.
|
||||||
if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
|
if $LD -v 2>&1 </dev/null | $EGREP '(GNU|with BFD)' 1>&5; then
|
||||||
acl_cv_prog_gnu_ld=yes
|
acl_cv_prog_gnu_ld=yes
|
||||||
else
|
else
|
||||||
acl_cv_prog_gnu_ld=no
|
acl_cv_prog_gnu_ld=no
|
||||||
|
|||||||
Reference in New Issue
Block a user