aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2021-09-23 05:30:11 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2021-09-23 05:30:11 +0200
commitabc40ad14d783f139df6e158b0614db9d2292377 (patch)
treecb288335aecc1d0c5cb3f13ad44e0def55394c57 /test
parentbb16cc1bfd759d7e23f9a515558c8c70676b48e3 (diff)
downloadcompcert-kvx-abc40ad14d783f139df6e158b0614db9d2292377.tar.gz
compcert-kvx-abc40ad14d783f139df6e158b0614db9d2292377.zip
try with even more stack
Diffstat (limited to 'test')
-rw-r--r--test/monniaux/csmith/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/csmith/Makefile b/test/monniaux/csmith/Makefile
index cb5be771..e97f43a2 100644
--- a/test/monniaux/csmith/Makefile
+++ b/test/monniaux/csmith/Makefile
@@ -6,7 +6,7 @@ INCLUDES=-I csmith/include/csmith-2.3.0/
TARGET_CCOMP=../../../ccomp
ifndef TARGET_CC
-TARGET_CC=gcc # kvx-cos-gcc
+TARGET_CC=kvx-cos-gcc
endif
ifndef EXECUTE