From 9b00b13ed8c4efc78f8644bae71c375087033f17 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sat, 20 Apr 2013 11:54:06 +0000 Subject: Configuring the assembler used for the runtime lib git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2205 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- runtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/Makefile') diff --git a/runtime/Makefile b/runtime/Makefile index 5550e6b6..5ed24af0 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -12,7 +12,7 @@ $(LIB): $(OBJS) ar rcs $(LIB) $(OBJS) %.o: $(ARCH)/%.s - $(CASM) $^ + $(CASMRUNTIME) $^ clean:: rm -f *.o $(LIB) -- cgit