From 8f2e818c444363e29675d569ceaac48203f9d006 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sat, 2 Feb 2013 11:32:47 +0000 Subject: Errors for excessively large global variables or stack frames. test/: update Makefiles so that "all" is the default target. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2107 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- test/c/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/c') diff --git a/test/c/Makefile b/test/c/Makefile index 2b445d2..f4d8f41 100644 --- a/test/c/Makefile +++ b/test/c/Makefile @@ -17,10 +17,10 @@ PROGS=fib integr qsort fft sha1 aes almabench lists \ PROGS_INTERP=floats -all_s: $(PROGS:%=%.s) - all: $(PROGS:%=%.compcert) +all_s: $(PROGS:%=%.s) + all_gcc: $(PROGS:%=%.gcc) %.compcert: %.c $(CCOMP) -- cgit v1.2.3