mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.sub (os): Handle nacl.
* testsuite/config-sub.data: Add a test case.
This commit is contained in:
parent
eca36bcfcc
commit
5e91a89e6f
@ -1,3 +1,9 @@
|
|||||||
|
2009-12-31 David Barksdale <amatus@google.com>
|
||||||
|
Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* config.sub (os): Handle nacl.
|
||||||
|
* testsuite/config-sub.data: Add a test case.
|
||||||
|
|
||||||
2009-12-30 Ben Elliston <bje@gnu.org>
|
2009-12-30 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* config.sub (version): Add 2010.
|
* config.sub (version): Add 2010.
|
||||||
|
4
config.sub
vendored
4
config.sub
vendored
@ -4,7 +4,7 @@
|
|||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2009-12-30'
|
timestamp='2009-12-31'
|
||||||
|
|
||||||
# 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
|
||||||
@ -1436,6 +1436,8 @@ case $os in
|
|||||||
-dicos*)
|
-dicos*)
|
||||||
os=-dicos
|
os=-dicos
|
||||||
;;
|
;;
|
||||||
|
-nacl*)
|
||||||
|
;;
|
||||||
-none)
|
-none)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
@ -162,3 +162,4 @@ ubicom32 ubicom32-unknown-none
|
|||||||
ubicom32-elf ubicom32-unknown-elf
|
ubicom32-elf ubicom32-unknown-elf
|
||||||
i586-auroraux i586-pc-auroraux
|
i586-auroraux i586-pc-auroraux
|
||||||
i586-auroraux5.0 i586-pc-auroraux5.0
|
i586-auroraux5.0 i586-pc-auroraux5.0
|
||||||
|
i386-pc-nacl i386-pc-nacl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user