Fix PR#6347

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14527 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Jacques Garrigue 2014-04-04 03:04:45 +00:00
parent c95804ee7e
commit cfb1250590
2 changed files with 2 additions and 1 deletions

View File

@ -84,6 +84,7 @@ Bug fixes:
- PR#6262: equality of first-class modules take module aliases into account
- PR#6293: Assert_failure with invalid package type
- PR#6307: Behavior of 'module type of' w.r.t. module aliases
- PR#6346: Build failure with latest version of xcode on OSX
- PR#6352: Automatic removal of optional arguments and sequencing
- fix -dsource printing of "external _pipe = ..."
(Gabriel Scherer)

2
configure vendored
View File

@ -322,7 +322,7 @@ case "$bytecc,$target" in
bytecccompopts="-fno-defer-pop $gcc_warnings -DSHRINKED_GNUC"
mathlib="";;
*,*-*-darwin*)
bytecccompopts="-fno-defer-pop $gcc_warnings"
bytecccompopts="$gcc_warnings"
mathlib=""
mkexe="$mkexe -Wl,-no_compact_unwind"
# Tell gcc that we can use 32-bit code addresses for threaded code