Blame SOURCES/valgrind-3.11.0-ppc-fppo.patch

01cf8b
--- valgrind-3.10.0.BETA1/configure.orig	2014-09-02 13:49:58.125269536 +0200
01cf8b
+++ valgrind-3.10.0.BETA1/configure	2014-09-02 13:54:08.188701144 +0200
01cf8b
@@ -8978,9 +8978,8 @@
01cf8b
 fi
01cf8b
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
01cf8b
 if test x$ac_have_as_ppc_fpPO = xyes ; then
01cf8b
-
01cf8b
-$as_echo "#define HAVE_AS_PPC_FPPO 1" >>confdefs.h
01cf8b
-
01cf8b
+  { $as_echo "$as_me:${as_lineno-$LINENO}: HAVE_AS_PPC_FPPO found, but ignoring." >&5
01cf8b
+$as_echo "$as_me: HAVE_AS_PPC_FPPO found, but ignoring." >&6;}
01cf8b
 fi
01cf8b
 
01cf8b
 
01cf8b
--- valgrind-3.11.0/config.h.in.orig	2016-04-15 23:51:26.889440687 +0200
01cf8b
+++ valgrind-3.11.0/config.h.in	2016-04-15 23:51:43.430126014 +0200
01cf8b
@@ -55,9 +55,6 @@
01cf8b
 /* Define to 1 if as supports fxsave64/fxrstor64. */
01cf8b
 #undef HAVE_AS_AMD64_FXSAVE64
01cf8b
 
01cf8b
-/* Define to 1 if as supports floating point phased out category. */
01cf8b
-#undef HAVE_AS_PPC_FPPO
01cf8b
-
01cf8b
 /* Define to 1 if as supports mtocrf/mfocrf. */
01cf8b
 #undef HAVE_AS_PPC_MFTOCRF
01cf8b
 
01cf8b
--- valgrind-3.10.0.BETA1/configure.ac.orig	2014-09-02 14:01:04.443754937 +0200
01cf8b
+++ valgrind-3.10.0.BETA1/configure.ac	2014-09-02 14:01:16.483727639 +0200
01cf8b
@@ -2022,7 +2022,7 @@
01cf8b
 AC_MSG_RESULT([no])
01cf8b
 ])
01cf8b
 if test x$ac_have_as_ppc_fpPO = xyes ; then
01cf8b
-  AC_DEFINE(HAVE_AS_PPC_FPPO, 1, [Define to 1 if as supports floating point phased out category.])
01cf8b
+  AC_MSG_NOTICE([HAVE_AS_PPC_FPPO found, but ignoring.])
01cf8b
 fi
01cf8b
 
01cf8b