jfclere 2002/09/17 05:24:14
Modified: daemon/src/native/unix/support apsupport.m4
Log:
Add detection of 2 of the FSC platforms: ReliantUNIX and BS2000.
Revision Changes Path
1.2 +15 -1
jakarta-commons-sandbox/daemon/src/native/unix/support/apsupport.m4
Index: apsupport.m4
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/support/apsupport.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apsupport.m4 18 Feb 2002 21:15:48 -0000 1.1
+++ apsupport.m4 17 Sep 2002 12:24:14 -0000 1.2
@@ -69,6 +69,14 @@
CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\"" ;;
i?86)
CFLAGS="$CFLAGS -DCPU=\\\"i386\\\"" ;;
+ bs2000)
+ CFLAGS="$CFLAGS -DCPU=\\\"osd\\\""
+ supported_os="osd"
+ ;;
+ mips)
+ CFLAGS="$CFLAGS -DCPU=\\\"mips\\\""
+ supported_os="mips"
+ ;;
*)
AC_MSG_RESULT([failed])
AC_MSG_ERROR([Unsupported CPU architecture "$host_cpu"]);;
@@ -90,6 +98,12 @@
cygwin)
CFLAGS="$CFLAGS -DOS_CYGWIN -DDSO_DLFCN"
supported_os="win32"
+ ;;
+ sysv)
+ CFLAGS="$CFLAGS -DOS_SYSV -DDSO_DLFCN"
+ ;;
+ sysv4)
+ CFLAGS="$CFLAGS -DOS_SYSV -DDSO_DLFCN"
;;
*)
AC_MSG_RESULT([failed])
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>