Mercurial > emacs
diff config.guess @ 16832:e4851d47a05d libc-970105 libc-970106 libc-970107
(*:GNU:*:*):
The machine/subtype separator printed by uname -m is now `-', not '/'.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 05 Jan 1997 03:44:26 +0000 |
parents | 9b9ba0a44008 |
children | 72276b334084 |
line wrap: on
line diff
--- a/config.guess Sun Jan 05 02:55:09 1997 +0000 +++ b/config.guess Sun Jan 05 03:44:26 1997 +0000 @@ -400,7 +400,7 @@ 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