aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/bitsliced-aes
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-01-30 11:12:19 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-01-30 11:12:19 +0100
commitdb17026ded35bbe6dbc2212f38944c0aa908b1c9 (patch)
tree7a082a6e2c065b9cae645d85cf2d0ca25533d7e4 /test/monniaux/bitsliced-aes
parent3e6decf91e07646e137cff11cb31c87ced574467 (diff)
downloadcompcert-kvx-db17026ded35bbe6dbc2212f38944c0aa908b1c9.tar.gz
compcert-kvx-db17026ded35bbe6dbc2212f38944c0aa908b1c9.zip
correct path to ccomp
Diffstat (limited to 'test/monniaux/bitsliced-aes')
-rw-r--r--test/monniaux/bitsliced-aes/Makefile.ccomp2
1 files changed, 1 insertions, 1 deletions
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)