From 1233298563ffb1d2b72a7caecd0c6c4e275100eb Mon Sep 17 00:00:00 2001 From: xleroy Date: Sat, 19 Apr 2008 08:29:17 +0000 Subject: 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 --- runtime/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime') 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 -- cgit v1.2.3