Attempt to make tinycc work on ppc32, by (1) getting rid of various
x86 isms in tinycc.c, (2) giving it a fixed, preprocessed input file
to chew on, and (3) just compiling to a .o with no attempt to link.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5439 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/perf/Makefile.am b/perf/Makefile.am
index 9b40b99..de0384b 100644
--- a/perf/Makefile.am
+++ b/perf/Makefile.am
@@ -10,7 +10,8 @@
 	ffbench.vgperf \
 	heap.vgperf \
 	sarp.vgperf \
-	tinycc.vgperf
+	tinycc.vgperf \
+	test_input_for_tinycc.c
 
 check_PROGRAMS = \
 	bigcode bz2 fbench ffbench heap sarp tinycc
@@ -22,6 +23,4 @@
 # Extra stuff
 fbench_LDADD	= -lm
 ffbench_LDADD	= -lm
-tinycc_CFLAGS	=
-tinycc_LDADD	= -ldl