aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/Makefile
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-04-20 11:54:06 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-04-20 11:54:06 +0000
commit9b00b13ed8c4efc78f8644bae71c375087033f17 (patch)
treede0d4358133a5d96bafa6a01845c6feadd909cdb /runtime/Makefile
parent1aa06c816cc48767db0546b1671f7a3c2a55d4c5 (diff)
downloadcompcert-kvx-9b00b13ed8c4efc78f8644bae71c375087033f17.tar.gz
compcert-kvx-9b00b13ed8c4efc78f8644bae71c375087033f17.zip
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
Diffstat (limited to 'runtime/Makefile')
-rw-r--r--runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
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)