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 | 3aaa074393c78376fb2ac37dbc12c175fba3763a (patch) | |
tree | d96b4c79479c25c7507be154954f252b47334048 /config.guess | |
parent | 3e99cd6f0048409d86aca59b8d2a859949137902 (diff) |
(*:GNU:*:*): The machine/subtype separator printed by uname -m is now `-', not '/'.cvs/libc-970105
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 92a6adcefb..519bc01c1e 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 |