diff options
author | Richard Stallman <rms@gnu.org> | 1997-06-10 04:18:36 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1997-06-10 04:18:36 +0000 |
commit | d81d62794bf5dade270d7e0ca9dfb88eba0e8501 (patch) | |
tree | 9f145495a6ec9c95dee13b7f19f0141b03fc98d8 /gcc/config.guess | |
parent | 1e51ba1841c01ec6f1dd1f444fa0ae4372d3e5eb (diff) | |
download | gcc-d81d62794bf5dade270d7e0ca9dfb88eba0e8501.zip gcc-d81d62794bf5dade270d7e0ca9dfb88eba0e8501.tar.gz gcc-d81d62794bf5dade270d7e0ca9dfb88eba0e8501.tar.bz2 |
Fix previous change.
From-SVN: r14213
Diffstat (limited to 'gcc/config.guess')
-rwxr-xr-x | gcc/config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.guess b/gcc/config.guess index b52d4f0..c4bca5f 100755 --- a/gcc/config.guess +++ b/gcc/config.guess @@ -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: *// |