changeset 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 3626b6cd2ad1
children 052a9f2e21e5
files config.guess
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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