ppc-linux config.guess tweek

Richard Henderson rth@cygnus.com
Sun May 30 16:03:00 GMT 1999


Due to a tweek from Cort for ld.


r~


Index: config.guess
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/config.guess,v
retrieving revision 1.28
diff -c -p -d -r1.28 config.guess
*** config.guess	1999/04/13 21:55:39	1.28
--- config.guess	1999/05/30 23:00:55
*************** EOF
*** 580,586 ****
  	  sparclinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;
  	  armlinux)   echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;
  	  m68klinux)  echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;
! 	  elf32ppc)
  		# Determine Lib Version
  		cat >dummy.c <<EOF
  #include <features.h>
--- 580,586 ----
  	  sparclinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;
  	  armlinux)   echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;
  	  m68klinux)  echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;
! 	  elf32ppc | elf32ppclinux)
  		# Determine Lib Version
  		cat >dummy.c <<EOF
  #include <features.h>


More information about the Gcc-patches mailing list