Merged Intel Macintosh build patch
This commit is contained in:
parent
bcaba54489
commit
6d65c2701a
4
bochs/configure
vendored
4
bochs/configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in,v 1.348 2007/10/21 22:07:31 sshwarts Exp .
|
||||
# From configure.in Id: configure.in,v 1.349 2007/10/30 18:57:46 sshwarts Exp .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.60.
|
||||
#
|
||||
@ -2268,7 +2268,7 @@ case "$target" in
|
||||
fi
|
||||
;;
|
||||
*-macosx* | *-darwin*)
|
||||
ADD_FLAGS="-fpascal-strings -fno-common -arch ppc -Wno-four-char-constants -Wno-unknown-pragmas -Dmacintosh" # required for macosx compile
|
||||
ADD_FLAGS="-fpascal-strings -fno-common -Wno-four-char-constants -Wno-unknown-pragmas -Dmacintosh" # required for macosx compile
|
||||
DEFAULT_GUI=carbon # default to carbon
|
||||
need_dlcompat_for_plugins=1
|
||||
;;
|
||||
|
@ -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.349 2007-10-30 18:57:46 sshwarts Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.350 2007-11-18 19:53:43 sshwarts Exp $]])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_HEADER(ltdlconf.h)
|
||||
|
||||
@ -52,7 +52,7 @@ case "$target" in
|
||||
fi
|
||||
;;
|
||||
*-macosx* | *-darwin*)
|
||||
ADD_FLAGS="-fpascal-strings -fno-common -arch ppc -Wno-four-char-constants -Wno-unknown-pragmas -Dmacintosh" # required for macosx compile
|
||||
ADD_FLAGS="-fpascal-strings -fno-common -Wno-four-char-constants -Wno-unknown-pragmas -Dmacintosh" # required for macosx compile
|
||||
DEFAULT_GUI=carbon # default to carbon
|
||||
need_dlcompat_for_plugins=1
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user