aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/mppa_k1c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/mppa_k1c/Makefile')
-rw-r--r--runtime/mppa_k1c/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/mppa_k1c/Makefile b/runtime/mppa_k1c/Makefile
index d447d35b..d15928b8 100644
--- a/runtime/mppa_k1c/Makefile
+++ b/runtime/mppa_k1c/Makefile
@@ -5,4 +5,5 @@ all: $(SFILES)
.SECONDARY:
%.S: %.c
- k1-gcc -O2 -S $< -o $@
+ ccomp -O2 -S $< -o $@
+ sed -i -e 's/i64_/__compcert_i64_/g' $@