From d8bef07031a1928e7e071c47f3d3702d4d9a4ca3 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Wed, 30 Jan 2019 16:08:49 +0100 Subject: remove preprocessor directives about SIZE_TYPE, now useless (long is now 8 bytes like in gcc) --- 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 20e9428c..4a64c8bf 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__ -U __SIZE_TYPE__ -D __SIZE_TYPE__='unsigned long long' +CC=../../../ccomp -U __SIZEOF_INT128__ name = bitslice $(name): _testbench $(obj) -- cgit