diff options
author | Nick Clifton <nickc@redhat.com> | 2016-05-23 11:42:17 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-05-23 11:42:17 +0100 |
commit | b43b853577ed4fb6cc19b1faa17e8fbea3c58be7 (patch) | |
tree | d7b5b21aa142aee960be843814cfb9f218fd5f93 /config.sub | |
parent | d7c5bd02f73408553992db3650b95b14e73820d4 (diff) | |
download | gdb-b43b853577ed4fb6cc19b1faa17e8fbea3c58be7.zip gdb-b43b853577ed4fb6cc19b1faa17e8fbea3c58be7.tar.gz gdb-b43b853577ed4fb6cc19b1faa17e8fbea3c58be7.tar.bz2 |
Sync config.guess and config.sub with FSF GCC mainline versions
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2016 Free Software Foundation, Inc. -timestamp='2016-01-11' +timestamp='2016-05-23' # 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 @@ -520,7 +520,7 @@ case $basic_machine in basic_machine=i386-pc os=-aros ;; - asmjs) + asmjs) basic_machine=asmjs-unknown ;; aux) @@ -1382,7 +1382,7 @@ case $os in | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -bitrig* | -openbsd* | -solidbsd* \ + | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ @@ -1399,7 +1399,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 +1531,8 @@ case $os in ;; -nacl*) ;; + -ios) + ;; -none) ;; *) |