From 6f2ea6754b10d008eaed31277d0f5c4dc48048e4 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 27 Jul 2016 18:52:46 +0200 Subject: [PATCH] Programming/gcc/4/configure-as.patch - patch required for Mac OS X 11 and Xcode 7 --- Programming/gcc/4/configure-as.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Programming/gcc/4/configure-as.patch diff --git a/Programming/gcc/4/configure-as.patch b/Programming/gcc/4/configure-as.patch new file mode 100644 index 0000000..16741eb --- /dev/null +++ b/Programming/gcc/4/configure-as.patch @@ -0,0 +1,20 @@ +--- a/gcc/configure 2016-06-08 19:22:30.000000000 +0200 ++++ b/gcc/configure 2016-06-08 19:23:41.000000000 +0200 +@@ -24542,7 +24542,7 @@ + else + gcc_cv_as_ix86_filds=no + if test x$gcc_cv_as != x; then +- $as_echo 'filds mem; fists mem' > conftest.s ++ $as_echo 'filds (%ebp); fists (%ebp)' > conftest.s + if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 + (eval $ac_try) 2>&5 +@@ -24573,7 +24573,7 @@ + else + gcc_cv_as_ix86_fildq=no + if test x$gcc_cv_as != x; then +- $as_echo 'fildq mem; fistpq mem' > conftest.s ++ $as_echo 'fildq (%ebp); fistpq (%ebp)' > conftest.s + if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 + (eval $ac_try) 2>&5