diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-11-21 22:20:09 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-11-21 22:20:09 +0000 |
commit | aab72f0761de41b0c851c2fae08a10bcc4dc19e2 (patch) | |
tree | 332b5844683d5898de41aa6e13e5603cec2cbb9b /config.guess | |
parent | 416f76359368444a1169d9bc66d2c65cbf9034b4 (diff) | |
download | emacs-aab72f0761de41b0c851c2fae08a10bcc4dc19e2.tar.gz |
Revert last change.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess index 9b3e52aab48..85fb13ad18b 100755 --- a/config.guess +++ b/config.guess @@ -397,7 +397,7 @@ EOF echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; *:GNU:*:*) - echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit 0 ;; *:Linux:*:*) # The BFD linker knows what the default object file format is, so |