comparison config.guess @ 14961:2c7b32c3c6aa libc-960409 libc-960410 libc-960411 libc-960412

Add Solaris on PowerPC support
author Michael Meissner <gnu@the-meissners.org>
date Mon, 08 Apr 1996 20:19:10 +0000
parents b9483b592728
children aad88afa6a0c
comparison
equal deleted inserted replaced
14960:8fe7e5e09773 14961:2c7b32c3c6aa
328 echo i386-unknown-cygwin32 328 echo i386-unknown-cygwin32
329 exit 0 ;; 329 exit 0 ;;
330 p*:CYGWIN*:*) 330 p*:CYGWIN*:*)
331 echo powerpcle-unknown-cygwin32 331 echo powerpcle-unknown-cygwin32
332 exit 0 ;; 332 exit 0 ;;
333 prep*:SunOS:5.*:*)
334 echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
335 exit 0 ;;
333 *:GNU:*:*) 336 *:GNU:*:*)
334 echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` 337 echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
335 exit 0 ;; 338 exit 0 ;;
336 *:Linux:*:*) 339 *:Linux:*:*)
337 # The BFD linker knows what the default object file format is, so 340 # The BFD linker knows what the default object file format is, so