PR#5552 unrecognized gcc option "-no-cpp-precomp"

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12283 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2012-03-27 14:32:28 +00:00
parent ce1e74f0bd
commit 7c8fcb37f7
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -273,7 +273,7 @@ case "$bytecc,$host" in
bytecccompopts="-fno-defer-pop $gcc_warnings -DSHRINKED_GNUC"
mathlib="";;
*,*-*-darwin*)
bytecccompopts="-fno-defer-pop -no-cpp-precomp $gcc_warnings"
bytecccompopts="-fno-defer-pop $gcc_warnings"
mathlib=""
# Tell gcc that we can use 32-bit code addresses for threaded code
# unless we are compiled for a shared library (-fPIC option)