From 7e4e9417b6bfaf9f6a0f36e2fc040c12f8530889 Mon Sep 17 00:00:00 2001 From: xleroy Date: Wed, 1 Jan 2014 16:43:37 +0000 Subject: Experimental support for , the GCC way. Works on IA32. To be tested on PowerPC and ARM. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2394 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- runtime/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/Makefile') diff --git a/runtime/Makefile b/runtime/Makefile index 668e365b..0cdfd3bf 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -4,7 +4,8 @@ CFLAGS=-O1 -g -Wall INCLUDES= OBJS=i64_dtos.o i64_dtou.o i64_sar.o i64_sdiv.o i64_shl.o \ i64_shr.o i64_smod.o i64_stod.o i64_stof.o \ - i64_udivmod.o i64_udiv.o i64_umod.o i64_utod.o i64_utof.o + i64_udivmod.o i64_udiv.o i64_umod.o i64_utod.o i64_utof.o \ + vararg.o LIB=libcompcert.a ifeq ($(strip $(HAS_RUNTIME_LIB)),true) -- cgit