2001-11-06 John Marshall <jmarshall@acm.org>

* config.sub: Accept "-palmos*" as a valid OS.
This commit is contained in:
Ben Elliston 2001-11-07 01:00:52 +00:00
parent 2ab1c3ca2f
commit 45a38b4439
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-11-06 John Marshall <jmarshall@acm.org>
* config.sub: Accept "-palmos*" as a valid OS.
2001-11-07 Geoffrey Keating <geoffk@redhat.com> 2001-11-07 Geoffrey Keating <geoffk@redhat.com>
* config.sub: Change 'stormy16' to 'xstormy16' in the two places * config.sub: Change 'stormy16' to 'xstormy16' in the two places

2
config.sub vendored
View File

@ -1070,7 +1070,7 @@ case $os in
| -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \ | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
| -os2* | -vos*) | -os2* | -vos* | -palmos*)
# Remember, each alternative MUST END IN *, to match a version number. # Remember, each alternative MUST END IN *, to match a version number.
;; ;;
-qnx*) -qnx*)