diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-15 21:50:45 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-15 21:50:45 +0300 |
commit | f4bbf63a287cd73f4eb989539e4813a428bf05ad (patch) | |
tree | 313b4a799a7b58b6bfedbee30be9d0419c748aed /config.sub | |
parent | 5826beec258141776469c5fd9b703d52c81a35fb (diff) | |
parent | ddb62efafb5659dae532089af83350f066446424 (diff) | |
download | egawk-f4bbf63a287cd73f4eb989539e4813a428bf05ad.tar.gz egawk-f4bbf63a287cd73f4eb989539e4813a428bf05ad.tar.bz2 egawk-f4bbf63a287cd73f4eb989539e4813a428bf05ad.zip |
Merge branch 'master' into feature/fixtype
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2016 Free Software Foundation, Inc. -timestamp='2016-01-01' +timestamp='2016-06-14' # 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 @@ -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) ;; *) |