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