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:
wtc%netscape.com 2001-10-12 20:46:34 +00:00
parent f0baed2a22
commit ae0a84cd05
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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*)