aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2021-04-13 15:04:34 +0200
committerCyril SIX <cyril.six@kalray.eu>2021-04-13 15:04:34 +0200
commitd53cc13b6e47843ebaf4b23c8b03dcef34f331f1 (patch)
tree9cae52930879af39cd3443cf48874df8a0a5e654 /Makefile
parent5a846f2aeb5eb659c1b510e3fb27e49677cb8680 (diff)
downloadcompcert-kvx-d53cc13b6e47843ebaf4b23c8b03dcef34f331f1.tar.gz
compcert-kvx-d53cc13b6e47843ebaf4b23c8b03dcef34f331f1.zip
Adding distinction between kvx-cos and kvx-mbr (for trapping loads)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fd0595d4..62635d70 100644
--- a/Makefile
+++ b/Makefile
@@ -297,6 +297,7 @@ compcert.ini: Makefile.config
echo "linker_options=$(CLINKER_OPTIONS)";\
echo "arch=$(ARCH)"; \
echo "model=$(MODEL)"; \
+ echo "os=$(OS)"; \
echo "abi=$(ABI)"; \
echo "endianness=$(ENDIANNESS)"; \
echo "system=$(SYSTEM)"; \