aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/monniaux/csmith/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/monniaux/csmith/Makefile b/test/monniaux/csmith/Makefile
index e6475fa2..f4b0d68a 100644
--- a/test/monniaux/csmith/Makefile
+++ b/test/monniaux/csmith/Makefile
@@ -4,7 +4,10 @@ all:
INCLUDES=-I csmith/include/csmith-2.3.0/
TARGET_CCOMP=../../../ccomp
+
+ifndef TARGET_CC
TARGET_CC=kvx-cos-gcc
+endif
ifndef EXECUTE
EXECUTE=timeout 10s kvx-cluster --
@@ -21,7 +24,7 @@ MAX=10000
PREFIX=ran%06.f
CCOMPOTS=-static
-CCOMPFLAGS+= -fstruct-passing -fbitfields -fno-cse2 -stdlib ../../../runtime
+CCOMPFLAGS+= -fstruct-passing -fbitfields -fno-cse2 -fno-cse -fno-cse3 -stdlib ../../../runtime
TESTS_C=$(shell seq --format $(PREFIX)/source.c 1 $(MAX))