Bugzilla bug 104286: teach config.guess and config.sub about MKS Toolkit.
r=cls. git-svn-id: svn://10.0.0.236/trunk@105283 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f0baed2a22
commit
ae0a84cd05
4
mozilla/build/autoconf/config.guess
vendored
4
mozilla/build/autoconf/config.guess
vendored
@ -738,6 +738,10 @@ EOF
|
||||
xx:WINNT:* | xx:WIN95:*)
|
||||
echo i586-pc-msvc
|
||||
exit 0 ;;
|
||||
# MKS Toolkit
|
||||
[34567]86:Windows_NT:*)
|
||||
echo i386-pc-mksnt
|
||||
exit 0 ;;
|
||||
### End MozillaHack
|
||||
i*:PW*:*)
|
||||
echo ${UNAME_MACHINE}-pc-pw32
|
||||
|
||||
6
mozilla/build/autoconf/config.sub
vendored
6
mozilla/build/autoconf/config.sub
vendored
@ -598,6 +598,10 @@ case $basic_machine in
|
||||
basic_machine=i386-pc
|
||||
os=-msvc
|
||||
;;
|
||||
i386-mksnt)
|
||||
basic_machine=i386-pc
|
||||
os=-mksnt
|
||||
;;
|
||||
#### End MozillaHack
|
||||
miniframe)
|
||||
basic_machine=m68000-convergent
|
||||
@ -1080,7 +1084,7 @@ case $os in
|
||||
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
|
||||
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
|
||||
| -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
|
||||
| -msvc* \
|
||||
| -msvc* | -mksnt* \
|
||||
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
|
||||
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
|
||||
| -os2* | -vos*)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user