From: Richard Stallman Date: Tue, 10 Jun 1997 04:18:36 +0000 (+0000) Subject: Fix previous change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d81d62794bf5dade270d7e0ca9dfb88eba0e8501;p=gcc.git Fix previous change. From-SVN: r14213 --- 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: *//