diff options
| author | Tatsuya Kinoshita <tats@debian.org> | 2013-12-14 08:00:45 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@debian.org> | 2013-12-14 08:00:45 +0000 | 
| commit | 8377e3754fe6a149b2295133d136256120008a14 (patch) | |
| tree | 5ba55309ca8110cfeb5a3b5e5d516cb8ef1fd665 | |
| parent | Merge branch 'bug/closedir' (diff) | |
| parent | Update config.guess to 2013-06-10 with autotools-dev 20130810.1 (diff) | |
| download | w3m-8377e3754fe6a149b2295133d136256120008a14.tar.gz w3m-8377e3754fe6a149b2295133d136256120008a14.zip | |
Merge branch 'bug/autotools-config'
| -rwxr-xr-x | config.guess | 8 | ||||
| -rwxr-xr-x | config.sub | 13 | 
2 files changed, 15 insertions, 6 deletions
| diff --git a/config.guess b/config.guess index 120cc0d..b79252d 100755 --- a/config.guess +++ b/config.guess @@ -2,7 +2,7 @@  # Attempt to guess a canonical system name.  #   Copyright 1992-2013 Free Software Foundation, Inc. -timestamp='2013-05-16' +timestamp='2013-06-10'  # This file is free software; you can redistribute it and/or modify it  # under the terms of the GNU General Public License as published by @@ -995,6 +995,12 @@ EOF      ppc:Linux:*:*)  	echo powerpc-unknown-linux-${LIBC}  	exit ;; +    ppc64le:Linux:*:*) +	echo powerpc64le-unknown-linux-${LIBC} +	exit ;; +    ppcle:Linux:*:*) +	echo powerpcle-unknown-linux-${LIBC} +	exit ;;      s390:Linux:*:* | s390x:Linux:*:*)  	echo ${UNAME_MACHINE}-ibm-linux-${LIBC}  	exit ;; @@ -2,7 +2,7 @@  # Configuration validation subroutine script.  #   Copyright 1992-2013 Free Software Foundation, Inc. -timestamp='2013-04-24' +timestamp='2013-08-10'  # This file is free software; you can redistribute it and/or modify it  # under the terms of the GNU General Public License as published by @@ -257,7 +257,7 @@ case $basic_machine in  	| avr | avr32 \  	| be32 | be64 \  	| bfin \ -	| c4x | clipper \ +	| c4x | c8051 | clipper \  	| d10v | d30v | dlx | dsp16xx \  	| epiphany \  	| fido | fr30 | frv \ @@ -372,7 +372,7 @@ case $basic_machine in  	| be32-* | be64-* \  	| bfin-* | bs2000-* \  	| c[123]* | c30-* | [cjt]90-* | c4x-* \ -	| clipper-* | craynv-* | cydra-* \ +	| c8051-* | clipper-* | craynv-* | cydra-* \  	| d10v-* | d30v-* | dlx-* \  	| elxsi-* \  	| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ @@ -794,7 +794,7 @@ case $basic_machine in  		os=-mingw64  		;;  	mingw32) -		basic_machine=i386-pc +		basic_machine=i686-pc  		os=-mingw32  		;;  	mingw32ce) @@ -830,7 +830,7 @@ case $basic_machine in  		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`  		;;  	msys) -		basic_machine=i386-pc +		basic_machine=i686-pc  		os=-msys  		;;  	mvs) @@ -1546,6 +1546,9 @@ case $basic_machine in  	c4x-* | tic4x-*)  		os=-coff  		;; +	c8051-*) +		os=-elf +		;;  	hexagon-*)  		os=-elf  		;; | 
