mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.sub (-es*): Recognize the ES operating system.
* testsuite/config-sub.data: Add a test case.
This commit is contained in:
parent
8beeda93cb
commit
d045af9d0d
@ -1,3 +1,9 @@
|
|||||||
|
2009-10-07 Shiki Okasaka <shiki.okasaka@gmail.com>
|
||||||
|
Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* config.sub (-es*): Recognize the ES operating system.
|
||||||
|
* testsuite/config-sub.data: Add a test case.
|
||||||
|
|
||||||
2009-09-25 Hariharan Sandanagobalane <hariharan@picochip.com>
|
2009-09-25 Hariharan Sandanagobalane <hariharan@picochip.com>
|
||||||
Ben Elliston <bje@gnu.org>
|
Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
4
config.sub
vendored
4
config.sub
vendored
@ -4,7 +4,7 @@
|
|||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2009-09-25'
|
timestamp='2009-10-07'
|
||||||
|
|
||||||
# This file is (in principle) common to ALL GNU software.
|
# This file is (in principle) common to ALL GNU software.
|
||||||
# The presence of a machine in this file suggests that SOME GNU software
|
# The presence of a machine in this file suggests that SOME GNU software
|
||||||
@ -1297,7 +1297,7 @@ case $os in
|
|||||||
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
||||||
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
||||||
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
|
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
|
||||||
| -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
|
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
|
||||||
# Remember, each alternative MUST END IN *, to match a version number.
|
# Remember, each alternative MUST END IN *, to match a version number.
|
||||||
;;
|
;;
|
||||||
-qnx*)
|
-qnx*)
|
||||||
|
@ -157,3 +157,4 @@ microblaze-linux microblaze-unknown-linux-gnu
|
|||||||
rx rx-unknown-none
|
rx rx-unknown-none
|
||||||
rx-linux rx-unknown-linux-gnu
|
rx-linux rx-unknown-linux-gnu
|
||||||
picochip picochip-unknown-none
|
picochip picochip-unknown-none
|
||||||
|
i386-es i386-pc-es
|
||||||
|
Loading…
x
Reference in New Issue
Block a user