summaryrefslogtreecommitdiffstats
path: root/gcc/config.guess
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1997-06-10 04:18:36 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1997-06-10 04:18:36 +0000
commit20825dadf2e0b4a4689445bc6e1ab1dcde712169 (patch)
tree9f145495a6ec9c95dee13b7f19f0141b03fc98d8 /gcc/config.guess
parent58ad8f193ec21845fb777cb8f2b6855f649720b0 (diff)
downloadppe42-gcc-20825dadf2e0b4a4689445bc6e1ab1dcde712169.tar.gz
ppe42-gcc-20825dadf2e0b4a4689445bc6e1ab1dcde712169.zip
Fix previous change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14213 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.guess')
-rwxr-xr-xgcc/config.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.guess b/gcc/config.guess
index b52d4f0a9fc..c4bca5f2518 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: *//
OpenPOWER on IntegriCloud