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:
mkaply%us.ibm.com 2000-06-16 14:06:23 +00:00
parent fccb6df0e3
commit fe7123ad19
2 changed files with 11 additions and 0 deletions

View File

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

View File

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