mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 06:24:29 +08:00
Fix previous change.
From-SVN: r14213
This commit is contained in:
parent
1e51ba1841
commit
d81d62794b
2
gcc/config.guess
vendored
2
gcc/config.guess
vendored
@ -436,7 +436,7 @@ EOF
|
||||
# The BFD linker knows what the default object file format is, so
|
||||
# first see if it will tell us.
|
||||
ld_help_string=`ld --help 2>&1`
|
||||
ld_supported_emulations=`echo $ld_help_string
|
||||
ld_supported_emulations=`echo $ld_help_string \
|
||||
| sed -ne '/supported emulations:/!d
|
||||
s/[ ][ ]*/ /g
|
||||
s/.*supported emulations: *//
|
||||
|
Loading…
Reference in New Issue
Block a user