aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/bitsliced-aes
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-01-30 17:17:04 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-01-30 17:17:04 +0100
commite1c8d92fc6460b9c44b5aef19b2d5e0a74d1e58a (patch)
treecb6ed67636a6a6b5b28e51fafbc3ec9d445ec504 /test/monniaux/bitsliced-aes
parentd48a2f396dede39eae20fcfe551bb11832360a5b (diff)
downloadcompcert-kvx-e1c8d92fc6460b9c44b5aef19b2d5e0a74d1e58a.tar.gz
compcert-kvx-e1c8d92fc6460b9c44b5aef19b2d5e0a74d1e58a.zip
remove cruft
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 4a64c8bf..84bc3212 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=../../../ccomp -U __SIZEOF_INT128__
+CC=../../../ccomp
name = bitslice
$(name): _testbench $(obj)