summaryrefslogtreecommitdiff
path: root/runtime
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 /runtime
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 'runtime')
-rw-r--r--runtime/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 9a3f621..5f1ddc6 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -1,7 +1,6 @@
include ../Makefile.config
-CFLAGS=-arch ppc -O1 -g -Wall
-#CFLAGS=-O1 -g -Wall
+CFLAGS=-O1 -g -Wall
OBJS=stdio.o calloc.o
LIB=libcompcert.a
INCLUDES=stdio.h