scripts/config.guess
changeset 2025 b38f4954e4ed
parent 1652 0803f1cf3f72
child 2223 2aff0df5fcca
     1.1 --- a/scripts/config.guess	Sun Nov 22 11:36:41 2009 +0100
     1.2 +++ b/scripts/config.guess	Thu Jul 15 10:18:40 2010 +0200
     1.3 @@ -1,10 +1,10 @@
     1.4  #! /bin/sh
     1.5  # Attempt to guess a canonical system name.
     1.6  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
     1.7 -#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
     1.8 +#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
     1.9  #   Free Software Foundation, Inc.
    1.10  
    1.11 -timestamp='2009-11-19'
    1.12 +timestamp='2010-04-03'
    1.13  
    1.14  # This file is free software; you can redistribute it and/or modify it
    1.15  # under the terms of the GNU General Public License as published by
    1.16 @@ -56,8 +56,9 @@
    1.17  GNU config.guess ($timestamp)
    1.18  
    1.19  Originally written by Per Bothner.
    1.20 -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
    1.21 -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    1.22 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
    1.23 +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
    1.24 +Software Foundation, Inc.
    1.25  
    1.26  This is free software; see the source for copying conditions.  There is NO
    1.27  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
    1.28 @@ -91,7 +92,7 @@
    1.29    exit 1
    1.30  fi
    1.31  
    1.32 -trap 'exit 1' 1 2 15
    1.33 +trap 'exit 1' HUP INT TERM
    1.34  
    1.35  # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
    1.36  # compiler to aid in system detection is discouraged as it requires
    1.37 @@ -105,7 +106,7 @@
    1.38  
    1.39  set_cc_for_build='
    1.40  trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
    1.41 -trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
    1.42 +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" HUP INT PIPE TERM ;
    1.43  : ${TMPDIR=/tmp} ;
    1.44   { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
    1.45   { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
    1.46 @@ -333,6 +334,9 @@
    1.47      sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
    1.48  	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
    1.49  	exit ;;
    1.50 +    i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
    1.51 +	echo i386-pc-auroraux${UNAME_RELEASE}
    1.52 +	exit ;;
    1.53      i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
    1.54  	eval $set_cc_for_build
    1.55  	SUN_ARCH="i386"