From abc40ad14d783f139df6e158b0614db9d2292377 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Thu, 23 Sep 2021 05:30:11 +0200 Subject: try with even more stack --- test/monniaux/csmith/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit