diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-10 04:18:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-10 04:18:36 +0000 |
commit | 052dfc424e6eb8724a2f70f121e61ac9c58ab5d7 (patch) | |
tree | 8fa9292d33fcc570f0083ee9fa969cd07684dde2 | |
parent | 4d371b6265758a208ec54341029336eb66410938 (diff) | |
download | emacs-libc-970617.tar.gz |
Fix previous change.libc-970622libc-970621libc-970620libc-970619libc-970618libc-970617libc-970616libc-970615libc-970614libc-970613libc-970612libc-970611libc-970610hurd-release-0-2gnumach-release-1-1-3gnumach-release-1-1-2
-rwxr-xr-x | config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess index b52d4f0a9fc..c4bca5f2518 100755 --- a/config.guess +++ b/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: *// |