diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2016-06-15 13:31:41 -0400 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2016-06-15 20:50:04 +0000 |
commit | 6d89f3b69961ecfa6c11735ab9f838dc10f28b51 (patch) | |
tree | 86da4a14669cfd16a4703816f0e57401bfd4d764 /config.sub | |
parent | 64169e3a765c7d22cc0a15623d6ede37ca50ceb2 (diff) | |
download | wireshark-6d89f3b69961ecfa6c11735ab9f838dc10f28b51.tar.gz wireshark-6d89f3b69961ecfa6c11735ab9f838dc10f28b51.tar.bz2 wireshark-6d89f3b69961ecfa6c11735ab9f838dc10f28b51.zip |
Update to the latest config.guess and config.sub
Change-Id: Id493fb3b79326b522a3a11c3258531683f159187
Reviewed-on: https://code.wireshark.org/review/15924
Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'config.sub')
-rwxr-xr-x[-rw-r--r--] | config.sub | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/config.sub b/config.sub index 6223dde931..eccd2189b5 100644..100755 --- a/config.sub +++ b/config.sub @@ -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) ;; *) |