summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2002-01-18 15:13:26 +0000
committerDamien Doligez <damien.doligez-inria.fr>2002-01-18 15:13:26 +0000
commit09a8c6bc78f4a84c99b68baef2a1dfb10b8c4a4e (patch)
tree5af49766e2f79faac1b5cd24b6fe7e3247ed82dc /configure
parente0c8e458d294b4d6bfeafcaba75ebede3dc22b5a (diff)
configure: suppression "smart preprocessing" pour MacOS X
asmrun/roots.c, byterun/alloc.c, byterun/gc_ctrl.c, byterun/minor_gc.c, byterun/minor_gc.h, byterun/roots.c, byterun/startup.c: derecursivation du GC mineur byterun/config.h, stdlib/gc.mli: compactage active par defaut (300%) otherlibs/unix/select.c: ajout include MacOS X .cvsignore: bricoles git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4264 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 880f88202..9a8ecde44 100755
--- a/configure
+++ b/configure
@@ -210,7 +210,7 @@ case "$bytecc,$host" in
mathlib="";;
*,*-*-darwin*)
# Almost the same as rhapsody
- bytecccompopts="-fno-defer-pop $gcc_warnings"
+ bytecccompopts="-fno-defer-pop -no-cpp-precomp $gcc_warnings"
mathlib="";;
*,*-*-beos*)
bytecccompopts="-fno-defer-pop $gcc_warnings"
@@ -511,7 +511,7 @@ case "$arch,$nativecc,$system,$host_type" in
*,*,nextstep,*) nativecccompopts="$gcc_warnings -U__GNUC__ -posix"
nativecclinkopts="-posix";;
# SHRINKED_GNUC is not necessary for MacOS 10.1 (don't know about 10.0)
-# (but it doesn't matter much for native code anyway)
+# (but it doesn't matter for native code anyway)
*,*,rhapsody,*) nativecccompopts="$gcc_warnings -DSHRINKED_GNUC";;
# *,*,rhapsody,*) nativecccompopts="$gcc_warnings";;
*,gcc*,cygwin,*) nativecccompopts="$gcc_warnings -U_WIN32";;