Fix previous change.

From-SVN: r14213
This commit is contained in:
Richard Stallman 1997-06-10 04:18:36 +00:00
parent 1e51ba1841
commit d81d62794b

2
gcc/config.guess vendored
View File

@ -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: *//