diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2016-08-26 08:54:13 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2016-08-26 08:54:13 -0700 |
commit | effd8be64346ed9e297388dc6d11e6463dbb8965 (patch) | |
tree | 88f938a010d4fd17fabc745a0f08674da8b69a6b /scripts/config.sub | |
parent | 11cb2ddd43fd1ff493f4b7cd63f1cf654294165f (diff) | |
download | crosstool-ng-effd8be64346ed9e297388dc6d11e6463dbb8965.tar.gz crosstool-ng-effd8be64346ed9e297388dc6d11e6463dbb8965.tar.bz2 crosstool-ng-effd8be64346ed9e297388dc6d11e6463dbb8965.zip |
Update config.guess and config.sub
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'scripts/config.sub')
-rwxr-xr-x | scripts/config.sub | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/scripts/config.sub b/scripts/config.sub index 6223dde9..9feb73bf 100755 --- a/scripts/config.sub +++ b/scripts/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2016 Free Software Foundation, Inc. -timestamp='2016-01-01' +timestamp='2016-06-20' # 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 @@ -643,6 +643,14 @@ case $basic_machine in basic_machine=m68k-bull os=-sysv3 ;; + e500v[12]) + basic_machine=powerpc-unknown + os=$os"spe" + ;; + e500v[12]-*) + basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + os=$os"spe" + ;; ebmon29k) basic_machine=a29k-amd os=-ebmon @@ -1389,7 +1397,7 @@ case $os in | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ + | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ @@ -1399,7 +1407,7 @@ case $os in | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ - | -onefs* | -tirtos*) + | -onefs* | -tirtos* | -phoenix*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1531,6 +1539,8 @@ case $os in ;; -nacl*) ;; + -ios) + ;; -none) ;; *) |