2cd279
diff -ur valgrind-3.8.1.orig/config.h.in valgrind-3.8.1/config.h.in
2cd279
--- valgrind-3.8.1.orig/config.h.in	2013-09-25 22:52:25.980836795 +0200
2cd279
+++ valgrind-3.8.1/config.h.in	2013-09-25 22:53:56.000000000 +0200
2cd279
@@ -84,9 +84,6 @@
2cd279
 /* Define to 1 if you have the <asm/unistd.h> header file. */
2cd279
 #undef HAVE_ASM_UNISTD_H
2cd279
 
2cd279
-/* Define to 1 if as supports floating point phased out category. */
2cd279
-#undef HAVE_AS_PPC_FPPO
2cd279
-
2cd279
 /* Define to 1 if as supports mtocrf/mfocrf. */
2cd279
 #undef HAVE_AS_PPC_MFTOCRF
2cd279
 
2cd279
diff -ur valgrind-3.8.1.orig/configure valgrind-3.8.1/configure
2cd279
--- valgrind-3.8.1.orig/configure	2013-09-25 22:52:26.344839791 +0200
2cd279
+++ valgrind-3.8.1/configure	2013-09-25 22:54:01.976626186 +0200
2cd279
@@ -8182,9 +8182,8 @@
2cd279
 fi
2cd279
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2cd279
 if test x$ac_have_as_ppc_fpPO = xyes ; then
2cd279
-
2cd279
-$as_echo "#define HAVE_AS_PPC_FPPO 1" >>confdefs.h
2cd279
-
2cd279
+  { $as_echo "$as_me:${as_lineno-$LINENO}: HAVE_AS_PPC_FPPO found, but ignoring." >&5
2cd279
+$as_echo "$as_me: HAVE_AS_PPC_FPPO found, but ignoring." >&6;}
2cd279
 fi
2cd279
 
2cd279
 CFLAGS=$safe_CFLAGS
2cd279
diff -ur valgrind-3.8.1.orig/configure.ac valgrind-3.8.1/configure.ac
2cd279
--- valgrind-3.8.1.orig/configure.ac	2013-09-25 22:52:25.980836795 +0200
2cd279
+++ valgrind-3.8.1/configure.in	2013-09-25 22:53:01.827131737 +0200
2cd279
@@ -1740,7 +1740,7 @@
2cd279
 AC_MSG_RESULT([no])
2cd279
 ])
2cd279
 if test x$ac_have_as_ppc_fpPO = xyes ; then
2cd279
-  AC_DEFINE(HAVE_AS_PPC_FPPO, 1, [Define to 1 if as supports floating point phased out category.])
2cd279
+  AC_MSG_NOTICE([HAVE_AS_PPC_FPPO found, but ignoring.])
2cd279
 fi
2cd279
 
2cd279
 CFLAGS=$safe_CFLAGS