aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/rules.mk
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-07-17 14:42:40 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-07-17 14:42:40 +0200
commit1d7e934386fdb23f4e16f056e3d419be09ec0b02 (patch)
tree544ad7de1887036c36a9fea5556d6675def4c135 /test/monniaux/rules.mk
parentb973deb64041707d302bb244c6c280586629925c (diff)
downloadcompcert-kvx-1d7e934386fdb23f4e16f056e3d419be09ec0b02.tar.gz
compcert-kvx-1d7e934386fdb23f4e16f056e3d419be09ec0b02.zip
Portage réussi et complet
Diffstat (limited to 'test/monniaux/rules.mk')
-rw-r--r--test/monniaux/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/rules.mk b/test/monniaux/rules.mk
index f65dc414..66c5c165 100644
--- a/test/monniaux/rules.mk
+++ b/test/monniaux/rules.mk
@@ -72,7 +72,7 @@ asm/%$(3).s: %.c
.SECONDARY:
bin/$(TARGET)$(3).bin: $(addprefix obj/,$(ALL_CFILES:.c=$(3).o)) $(CLOCK).gcc.k1c.o
@mkdir -p $$(@D)
- $(K1C_CC) $$+ -lm -o $$@
+ $(1) $$+ -lm -o $$@
BINFILES:=$(BINFILES) bin/$(TARGET)$(3).bin
OUTFILES:=$(OUTFILES) out/$(TARGET)$(3).out