From db17026ded35bbe6dbc2212f38944c0aa908b1c9 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Wed, 30 Jan 2019 11:12:19 +0100 Subject: correct path to ccomp --- test/monniaux/bitsliced-aes/Makefile.ccomp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monniaux/bitsliced-aes') diff --git a/test/monniaux/bitsliced-aes/Makefile.ccomp b/test/monniaux/bitsliced-aes/Makefile.ccomp index f39b8a53..20e9428c 100644 --- a/test/monniaux/bitsliced-aes/Makefile.ccomp +++ b/test/monniaux/bitsliced-aes/Makefile.ccomp @@ -4,7 +4,7 @@ obj = $(src:.c=.o) LDFLAGS = -Wl,--gc-sections CFLAGS = -O3 -DUNROLL_TRANSPOSE -D_DEFAULT_SOURCE # CC=ccomp -CC=/home/monniaux/work/Kalray/CompCert/ccomp -U __SIZEOF_INT128__ -U __SIZE_TYPE__ -D __SIZE_TYPE__='unsigned long long' +CC=../../../ccomp -U __SIZEOF_INT128__ -U __SIZE_TYPE__ -D __SIZE_TYPE__='unsigned long long' name = bitslice $(name): _testbench $(obj) -- cgit