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 | 8f8619cbd2e9e624d00c8835ae027642c869dd3f (patch) | |
tree | 94a8e034f2af3295dda44a59f0417e471b08b754 /config.guess | |
parent | 3747899aa63faa5547e22e93e28e68178f62f27b (diff) | |
download | glibc-8f8619cbd2e9e624d00c8835ae027642c869dd3f.tar.gz glibc-8f8619cbd2e9e624d00c8835ae027642c869dd3f.tar.xz glibc-8f8619cbd2e9e624d00c8835ae027642c869dd3f.zip |
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 9b3e52aab4..85fb13ad18 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 |