aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2021-09-23 14:26:26 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2021-09-23 14:26:26 +0200
commit2789e6179af061381f5b18a268adb562b28bcb8e (patch)
treeb633f81860b7183473a88d594e75232fe6e66908 /test
parent352c85c2d2d3c4d47fc7610e32a3dcb74faa54e4 (diff)
downloadcompcert-kvx-2789e6179af061381f5b18a268adb562b28bcb8e.tar.gz
compcert-kvx-2789e6179af061381f5b18a268adb562b28bcb8e.zip
fix for running x86-64
Diffstat (limited to 'test')
-rw-r--r--test/monniaux/csmith/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/monniaux/csmith/Makefile b/test/monniaux/csmith/Makefile
index e97f43a2..1412921d 100644
--- a/test/monniaux/csmith/Makefile
+++ b/test/monniaux/csmith/Makefile
@@ -6,11 +6,11 @@ INCLUDES=-I csmith/include/csmith-2.3.0/
TARGET_CCOMP=../../../ccomp
ifndef TARGET_CC
-TARGET_CC=kvx-cos-gcc
+TARGET_CC=gcc
endif
ifndef EXECUTE
-EXECUTE=timeout 10s kvx-cluster --
+EXECUTE=timeout 10s
endif
CFLAGS += -Wno-incompatible-pointer-types