comparison 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
comparison
equal deleted inserted replaced
16831:3626b6cd2ad1 16832:e4851d47a05d
398 exit 0 ;; 398 exit 0 ;;
399 prep*:SunOS:5.*:*) 399 prep*:SunOS:5.*:*)
400 echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 400 echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
401 exit 0 ;; 401 exit 0 ;;
402 *:GNU:*:*) 402 *:GNU:*:*)
403 echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` 403 echo `echo ${UNAME_MACHINE}|sed -e 's,-.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
404 exit 0 ;; 404 exit 0 ;;
405 *:Linux:*:*) 405 *:Linux:*:*)
406 # The BFD linker knows what the default object file format is, so 406 # The BFD linker knows what the default object file format is, so
407 # first see if it will tell us. 407 # first see if it will tell us.
408 ld_help_string=`ld --help 2>&1` 408 ld_help_string=`ld --help 2>&1`