Fix previous change.

This commit is contained in:
rms 1997-06-10 04:18:36 +00:00
parent 40f9286b0b
commit 601e780c28

2
config.guess vendored
View File

@ -436,7 +436,7 @@ EOF
# The BFD linker knows what the default object file format is, so # The BFD linker knows what the default object file format is, so
# first see if it will tell us. # first see if it will tell us.
ld_help_string=`ld --help 2>&1` 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 | sed -ne '/supported emulations:/!d
s/[ ][ ]*/ /g s/[ ][ ]*/ /g
s/.*supported emulations: *// s/.*supported emulations: *//