Some OS/2 specific changes. Patches are not complete yet

This commit is contained in:
Jochen Sch„fer
2025-03-29 10:35:37 +01:00
parent 36888dc377
commit 57fc5831d3
10 changed files with 32 additions and 18 deletions

View File

@@ -372,8 +372,9 @@ fi
dnl Some needed libraries for OS2
dnl perhaps join this with the other target depended checks. move them upwards
if test x$host = xi386-pc-os2-emx ; then
CXXFLAGS="$CXXFLAGS -Zmt"
LDFLAGS="$LDFLAGS -Zomf -Zmt"
CXXFLAGS="$CXXFLAGS -DOS2 -march=pentium4 -idirafter /@unixroot/usr/include/os2tk45"
CFLAGS="$CFLAGS -DOS2 -march=pentium4 -idirafter /@unixroot/usr/include/os2tk45"
LDFLAGS="$LDFLAGS -Zomf -Zhigh-mem -lcx"
fi
dnl I would like to know of any concerns given by the C++ compiler.