diff options
| author | Tatsuya Kinoshita <tats@debian.org> | 2014-10-15 10:07:27 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@debian.org> | 2014-10-15 10:07:27 +0000 | 
| commit | 45c4f3b8cd3e4667e0db80356806972de2d64e07 (patch) | |
| tree | 2e0cebbb4ca2d9c9bc077f7a89ab8615ec7f87d2 | |
| parent | Merge branch 'bug/ssl-init' (diff) | |
| parent | Update config.sub with autotools-dev 20140911.1 (diff) | |
| download | w3m-45c4f3b8cd3e4667e0db80356806972de2d64e07.tar.gz w3m-45c4f3b8cd3e4667e0db80356806972de2d64e07.zip | |
Merge branch 'bug/autotools-config'
| -rwxr-xr-x | config.sub | 9 | 
1 files changed, 7 insertions, 2 deletions
| @@ -2,7 +2,7 @@  # Configuration validation subroutine script.  #   Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2014-05-01' +timestamp='2014-09-11'  # 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 @@ -302,6 +302,7 @@ case $basic_machine in  	| pdp10 | pdp11 | pj | pjl \  	| powerpc | powerpc64 | powerpc64le | powerpcle \  	| pyramid \ +	| riscv32 | riscv64 \  	| rl78 | rx \  	| score \  	| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ @@ -828,6 +829,10 @@ case $basic_machine in  		basic_machine=powerpc-unknown  		os=-morphos  		;; +	moxiebox) +		basic_machine=moxie-unknown +		os=-moxiebox +		;;  	msdos)  		basic_machine=i386-pc  		os=-msdos @@ -1373,7 +1378,7 @@ case $os in  	      | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \  	      | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \  	      | -linux-newlib* | -linux-musl* | -linux-uclibc* \ -	      | -uxpv* | -beos* | -mpeix* | -udk* \ +	      | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \  	      | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \  	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \  	      | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | 
