scripts/config.sub
changeset 3028 670c97e4646c
parent 2963 59cd7c65c347
child 3064 7df954dd93df
     1.1 --- a/scripts/config.sub	Sun May 06 15:11:24 2012 +0200
     1.2 +++ b/scripts/config.sub	Sat Aug 04 23:40:16 2012 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
     1.5  #   2011, 2012 Free Software Foundation, Inc.
     1.6  
     1.7 -timestamp='2012-04-18'
     1.8 +timestamp='2012-07-31'
     1.9  
    1.10  # This file is (in principle) common to ALL GNU software.
    1.11  # The presence of a machine in this file suggests that SOME GNU software
    1.12 @@ -791,6 +791,10 @@
    1.13  	microblaze)
    1.14  		basic_machine=microblaze-xilinx
    1.15  		;;
    1.16 +	mingw64)
    1.17 +		basic_machine=x86_64-pc
    1.18 +		os=-mingw64
    1.19 +		;;
    1.20  	mingw32)
    1.21  		basic_machine=i386-pc
    1.22  		os=-mingw32
    1.23 @@ -1352,14 +1356,14 @@
    1.24  	      | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
    1.25  	      | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
    1.26  	      | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
    1.27 -	      | -openbsd* | -solidbsd* \
    1.28 +	      | -bitrig* | -openbsd* | -solidbsd* \
    1.29  	      | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
    1.30  	      | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
    1.31  	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
    1.32  	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
    1.33  	      | -chorusos* | -chorusrdb* | -cegcc* \
    1.34  	      | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
    1.35 -	      | -mingw32* | -linux-gnu* | -linux-android* \
    1.36 +	      | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
    1.37  	      | -linux-newlib* | -linux-uclibc* \
    1.38  	      | -uxpv* | -beos* | -mpeix* | -udk* \
    1.39  	      | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
    1.40 @@ -1543,6 +1547,9 @@
    1.41  	c4x-* | tic4x-*)
    1.42  		os=-coff
    1.43  		;;
    1.44 +	hexagon-*)
    1.45 +		os=-elf
    1.46 +		;;
    1.47  	tic54x-*)
    1.48  		os=-coff
    1.49  		;;