comparison config.guess @ 16606:1f77335980ba libc-961203 libc-961204 libc-961205 libc-961206 libc-961207

Revert last change.
author Thomas Bushnell, BSG <thomas@gnu.org>
date Thu, 21 Nov 1996 22:20:09 +0000
parents f3590f61b68d
children 960c425726cb
comparison
equal deleted inserted replaced
16605:ce11cd8244f5 16606:1f77335980ba
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-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` 400 echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-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`