diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-10 13:28:32 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-10 13:28:32 +0300 |
commit | b032d9b0e1113a030b94bbfb282c8b0362e76c18 (patch) | |
tree | 6234a5dc08e8e9cd19c1d8c09e77fe6ed79c499f /config.sub | |
parent | b39162fe4fda54d060db13f95af88f128307bc3a (diff) | |
parent | d58de166cf120948edc030f5a748cc4d8a2ef635 (diff) | |
download | egawk-b032d9b0e1113a030b94bbfb282c8b0362e76c18.tar.gz egawk-b032d9b0e1113a030b94bbfb282c8b0362e76c18.tar.bz2 egawk-b032d9b0e1113a030b94bbfb282c8b0362e76c18.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2016 Free Software Foundation, Inc. -timestamp='2016-01-01' +timestamp='2016-05-10' # 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 @@ -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) ;; *) |