diff options
-rw-r--r-- | Changes | 1 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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) @@ -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 |