summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rwxr-xr-xconfigure2
2 files changed, 2 insertions, 1 deletions
diff --git a/Changes b/Changes
index 02ad7afc7..185a61b7a 100644
--- a/Changes
+++ b/Changes
@@ -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)
diff --git a/configure b/configure
index d45e88f70..f76816f55 100755
--- a/configure
+++ b/configure
@@ -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