diff options
author | Miles Bader <miles@gnu.org> | 1997-01-05 03:44:26 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-01-05 03:44:26 +0000 |
commit | db9f3e4f800b19cc217cf40caa15655ad219c3df (patch) | |
tree | 1eaf911bc2ea1f2fd41a85aaac9d8fef1c3e74c7 /config.guess | |
parent | af45150f6c2d068af8f89aa1ef0544f1c9892f17 (diff) | |
download | emacs-db9f3e4f800b19cc217cf40caa15655ad219c3df.tar.gz |
(*:GNU:*:*):libc-970107libc-970106libc-970105
The machine/subtype separator printed by uname -m is now `-', not '/'.
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 92a6adcefb1..519bc01c1e0 100755 --- a/config.guess +++ b/config.guess @@ -400,7 +400,7 @@ EOF echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; *:GNU:*:*) - echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-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 |