mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 18:16:36 +12:00
2000-02-29 Ossama Othman <ossama@ece.uci.edu>
* config.sub: Add support for QNX Neutrino.
This commit is contained in:
parent
be33e99ec7
commit
abfbf3bd54
@ -1,3 +1,7 @@
|
||||
2000-02-29 Ossama Othman <ossama@ece.uci.edu>
|
||||
|
||||
* config.sub: Add support for QNX Neutrino.
|
||||
|
||||
2000-02-24 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* config.sub: Support an OS of "wince".
|
||||
|
6
config.sub
vendored
6
config.sub
vendored
@ -1022,6 +1022,9 @@ case $os in
|
||||
-*mint | -*MiNT)
|
||||
os=-mint
|
||||
;;
|
||||
-neutrino* | -nto*)
|
||||
os=-neutrino
|
||||
;;
|
||||
-none)
|
||||
;;
|
||||
*)
|
||||
@ -1242,6 +1245,9 @@ case $basic_machine in
|
||||
-*mint | -*MiNT)
|
||||
vendor=atari
|
||||
;;
|
||||
-neutrino* | -nto*)
|
||||
vendor=qnx
|
||||
;;
|
||||
esac
|
||||
basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user