Programming/gcc/4/configure-as.patch

- patch required for Mac OS X 11 and Xcode 7
This commit is contained in:
2016-07-27 18:52:46 +02:00
parent c59d4994d9
commit 6f2ea6754b

View File

@@ -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