# 40177
r = cls, a = brendan OS/2 bring-up for M16 - add OS/2 to config.* files - also submitting to autoconf git-svn-id: svn://10.0.0.236/trunk@72379 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
fccb6df0e3
commit
fe7123ad19
7
mozilla/build/autoconf/config.guess
vendored
7
mozilla/build/autoconf/config.guess
vendored
@ -1044,6 +1044,13 @@ EOF
|
||||
NSR-W:NONSTOP_KERNEL:*:*)
|
||||
echo nsr-tandem-nsk${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
*:OS/2:*:*)
|
||||
if test "$VACPP" = "yes"; then
|
||||
echo "i386-pc-os2_vacpp"
|
||||
else
|
||||
echo "i386-pc-os2_emx"
|
||||
fi
|
||||
exit 0;;
|
||||
esac
|
||||
|
||||
#echo '(No uname command or uname output not recognized.)' 1>&2
|
||||
|
||||
4
mozilla/build/autoconf/config.sub
vendored
4
mozilla/build/autoconf/config.sub
vendored
@ -918,6 +918,10 @@ case $os in
|
||||
-gnu/linux*)
|
||||
os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
|
||||
;;
|
||||
-os2_emx)
|
||||
;;
|
||||
-os2_vacpp)
|
||||
;;
|
||||
# First accept the basic system types.
|
||||
# The portable systems comes first.
|
||||
# Each alternative MUST END IN A *, to match a version number.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user