aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/rules.mk
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-07-17 15:30:23 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-07-17 15:30:23 +0200
commitb345f16810bea0aed001ff23997d88935fc57001 (patch)
tree3f3c8f30870f7773088395bcdb5b772940a173ac /test/monniaux/rules.mk
parent1d7e934386fdb23f4e16f056e3d419be09ec0b02 (diff)
downloadcompcert-kvx-b345f16810bea0aed001ff23997d88935fc57001.tar.gz
compcert-kvx-b345f16810bea0aed001ff23997d88935fc57001.zip
rules.mk adding more customization
Diffstat (limited to 'test/monniaux/rules.mk')
-rw-r--r--test/monniaux/rules.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/monniaux/rules.mk b/test/monniaux/rules.mk
index 66c5c165..454e61e6 100644
--- a/test/monniaux/rules.mk
+++ b/test/monniaux/rules.mk
@@ -20,11 +20,11 @@ ALL_GCCFLAGS+=$(ALL_CFLAGS) -std=c99 -Wextra -Werror=implicit
ALL_CCOMPFLAGS+=$(ALL_CFLAGS)
# The compilers
-K1C_CC=k1-cos-gcc
-K1C_CCOMP=ccomp
+K1C_CC?=k1-cos-gcc
+K1C_CCOMP?=ccomp
# Command to execute
-EXECUTE_CYCLES=k1-cluster --syscall=libstd_scalls.so --cycle-based --
+EXECUTE_CYCLES?=k1-cluster --syscall=libstd_scalls.so --cycle-based --
# You can define up to GCC4FLAGS and CCOMP4FLAGS
GCC0FLAGS?=