< prev index next >

make/autoconf/build-aux/config.guess

Print this page
rev 59102 : imported patch build

*** 28,53 **** # and fix the broken property, if needed. DIR=`dirname $0` OUT=`. $DIR/autoconf-config.guess` - # Test and fix solaris on x86_64 - echo $OUT | grep i386-pc-solaris > /dev/null 2> /dev/null - if test $? = 0; then - # isainfo -n returns either i386 or amd64 - REAL_CPU=`isainfo -n` - OUT=$REAL_CPU`echo $OUT | sed -e 's/[^-]*//'` - fi - - # Test and fix solaris on sparcv9 - echo $OUT | grep sparc-sun-solaris > /dev/null 2> /dev/null - if test $? = 0; then - # isainfo -n returns either sparc or sparcv9 - REAL_CPU=`isainfo -n` - OUT=$REAL_CPU`echo $OUT | sed -e 's/[^-]*//'` - fi - # Test and fix cygwin on x86_64 echo $OUT | grep 86-pc-cygwin > /dev/null 2> /dev/null if test $? != 0; then echo $OUT | grep 86-pc-mingw > /dev/null 2> /dev/null fi --- 28,37 ----
< prev index next >