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