- update to have macos compile.

- define default option for macos compile
This commit is contained in:
Christophe Bothamy 2002-12-12 13:27:47 +00:00
parent ff89875ffd
commit 90ea64ad9e
3 changed files with 23 additions and 2 deletions

View File

@ -18,6 +18,17 @@ export CXX
export CFLAGS
export CXXFLAGS
./configure --target=mac-macos
./configure --target=ppc-macos \
--enable-cdrom \
--enable-sb16=dummy \
--enable-vbe \
--enable-all-optimizations \
${CONFIGURE_ARGS} \
--enable-plugins \
--enable-pci \
--enable-port-e9-hack \
--enable-mmx \
--enable-sse=2 \
--with-macos
unset echo

8
bochs/configure vendored
View File

@ -21312,6 +21312,14 @@ _ACEOF
cat >>confdefs.h <<\_ACEOF
#define BX_NO_ATTRIBUTES 1
_ACEOF
cat >>confdefs.h <<\_ACEOF
#define HAVE_TUNTAP 0
_ACEOF
cat >>confdefs.h <<\_ACEOF
#define HAVE_ETHERTAP 0
_ACEOF
;;

View File

@ -2,7 +2,7 @@ dnl // Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(bochs.h)
AC_REVISION([[$Id: configure.in,v 1.183 2002-12-12 11:07:13 cbothamy Exp $]])
AC_REVISION([[$Id: configure.in,v 1.184 2002-12-12 13:27:46 cbothamy Exp $]])
AC_CONFIG_HEADER(config.h)
AC_CONFIG_HEADER(ltdlconf.h)
@ -1866,6 +1866,8 @@ case "$target" in
AC_DEFINE(BX_HAVE_SELECT, 0)
AC_DEFINE(BX_HAVE_GETTIMEOFDAY, 0)
AC_DEFINE(BX_NO_ATTRIBUTES, 1)
AC_DEFINE(HAVE_TUNTAP, 0)
AC_DEFINE(HAVE_ETHERTAP, 0)
;;
*-pc-windows*)
INSTALL_TARGET='install_win32'