Added support for QNX Neutrino.
git-svn-id: svn://10.0.0.236/trunk@34119 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
80ce270063
commit
47382f98c9
10
mozilla/build/autoconf/config.sub
vendored
10
mozilla/build/autoconf/config.sub
vendored
@ -147,6 +147,10 @@ case $os in
|
||||
basic_machine=i386-pc
|
||||
os=-qnx`uname -v | cut -c1-1`
|
||||
;;
|
||||
-nto*)
|
||||
basic_machine=i386-pc
|
||||
os=-nto
|
||||
;;
|
||||
-rhapsody*)
|
||||
basic_machine=ppc-apple
|
||||
os=-rhapsody`uname -r`
|
||||
@ -517,6 +521,10 @@ case $basic_machine in
|
||||
basic_machine=i386-pc
|
||||
os=-qnx`uname -v | cut -c1-1`
|
||||
;;
|
||||
*nto*)
|
||||
basic_machine=i386-pc
|
||||
os=-nto
|
||||
;;
|
||||
rm[46]00)
|
||||
basic_machine=mips-siemens
|
||||
;;
|
||||
@ -791,6 +799,8 @@ case $os in
|
||||
;;
|
||||
-qnx*)
|
||||
;;
|
||||
-nto*)
|
||||
;;
|
||||
-none)
|
||||
;;
|
||||
*)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user