PR#5552 unrecognized gcc option "-no-cpp-precomp"
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12283 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
ce1e74f0bd
commit
7c8fcb37f7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue