comparison config.guess @ 16604:f3590f61b68d

Thu Nov 21 16:42:41 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * config.guess [UNAME_SYSTEM == GNU]: Use a four-part configuration name for gnu so it can be distinguished from foo-foo-linux-gnu with simple globbing patterns.
author Thomas Bushnell, BSG <thomas@gnu.org>
date Thu, 21 Nov 1996 21:43:48 +0000
parents 7361b2115a77
children 1f77335980ba
comparison
equal deleted inserted replaced
16603:a12b8815bcf0 16604:f3590f61b68d
395 exit 0 ;; 395 exit 0 ;;
396 prep*:SunOS:5.*:*) 396 prep*:SunOS:5.*:*)
397 echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 397 echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
398 exit 0 ;; 398 exit 0 ;;
399 *:GNU:*:*) 399 *:GNU:*:*)
400 echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` 400 echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
401 exit 0 ;; 401 exit 0 ;;
402 *:Linux:*:*) 402 *:Linux:*:*)
403 # The BFD linker knows what the default object file format is, so 403 # The BFD linker knows what the default object file format is, so
404 # first see if it will tell us. 404 # first see if it will tell us.
405 ld_help_string=`ld --help 2>&1` 405 ld_help_string=`ld --help 2>&1`