Add framework for ppc64 support.  Apologies in advance for the
inevitable breakage to other platforms.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5250 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/Makefile.tool-flags.am b/Makefile.tool-flags.am
index 25100b9..26d08e6 100644
--- a/Makefile.tool-flags.am
+++ b/Makefile.tool-flags.am
@@ -16,4 +16,10 @@
 		-DVGO_linux=1 \
 		-DVGP_ppc32_linux=1
 
+add_includes_ppc64_linux = -I$(top_srcdir)/include \
+		-I@VEX_DIR@/pub \
+		-DVGA_ppc64=1 \
+		-DVGO_linux=1 \
+		-DVGP_ppc64_linux=1
+
 include $(top_srcdir)/Makefile.flags.am