aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-10-02 22:32:04 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-10-02 22:32:04 +0200
commite10c28fd65b07894adabd1c1508bc853da3c19bd (patch)
tree5fcea31e44df9d13db0cfc62d1bd187a4c4597d8 /runtime
parent825b77fe8b4eb0919564e51cfaae69a6dfae24e3 (diff)
downloadcompcert-kvx-e10c28fd65b07894adabd1c1508bc853da3c19bd.tar.gz
compcert-kvx-e10c28fd65b07894adabd1c1508bc853da3c19bd.zip
fix need for kvx-elf
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index ed4c1d39..6f70fa87 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -38,11 +38,7 @@ OBJS=i64_dtos.o i64_dtou.o i64_sar.o i64_sdiv.o i64_shl.o \
vararg.o
endif
-ifeq ($(ARCH),kvx)
- AR=kvx-elf-ar
-else
- AR=ar
-endif
+AR=ar
OBJS+=write_profiling_table.o