summaryrefslogtreecommitdiff
path: root/test/c
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2008-04-19 08:29:17 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2008-04-19 08:29:17 +0000
commit1233298563ffb1d2b72a7caecd0c6c4e275100eb (patch)
tree2269428bee339f9344fbbf40426be328d00ac355 /test/c
parentc7a809eef32c277c7b7ccabcda4849f2e4b98326 (diff)
Compilo C, preprocesseur, assembleur sont determines par configure et mis dans Makefile.config
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@622 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'test/c')
-rw-r--r--test/c/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/c/Makefile b/test/c/Makefile
index 43b7b15..c6cd928 100644
--- a/test/c/Makefile
+++ b/test/c/Makefile
@@ -1,10 +1,11 @@
+include ../../Makefile.config
+
CCOMP=../../ccomp
CCOMPFLAGS=-stdlib ../../runtime -dclight -dasm
-CC=gcc -arch ppc
CFLAGS=-O1 -Wall
-LIBS=
+LIBS=$(LIBMATH)
TIME=xtime -o /dev/null -mintime 1.0 # Xavier's hack
#TIME=time >/dev/null # Otherwise