aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/sha-2
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-01-30 17:13:15 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-01-30 17:13:15 +0100
commitd48a2f396dede39eae20fcfe551bb11832360a5b (patch)
tree19763eab59218ca08658dc8165e733ac6bd7f0ff /test/monniaux/sha-2
parent2b36046e05e6688d225ca0ecc4e8436bd8c2720f (diff)
downloadcompcert-kvx-d48a2f396dede39eae20fcfe551bb11832360a5b.tar.gz
compcert-kvx-d48a2f396dede39eae20fcfe551bb11832360a5b.zip
remove cruft dealing with __int128 and __thread
Diffstat (limited to 'test/monniaux/sha-2')
-rw-r--r--test/monniaux/sha-2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/sha-2/Makefile b/test/monniaux/sha-2/Makefile
index 2904b77d..eb878cd3 100644
--- a/test/monniaux/sha-2/Makefile
+++ b/test/monniaux/sha-2/Makefile
@@ -2,7 +2,7 @@ CFLAGS=-Wall -O3
K1C_CC=k1-mbr-gcc
K1C_CFLAGS=-Wall -O3 -std=c99
K1C_CCOMP=../../../ccomp
-K1C_CCOMPFLAGS=-Wall -O3 -D__thread= -D__int128=int
+K1C_CCOMPFLAGS=-Wall -O3
PRODUCTS=sha-256.host sha-256.gcc.k1c.out sha-256.ccomp.k1c.out sha-256.ccomp.k1c.s sha-256.gcc.k1c.s sha-256.gcc.k1c sha-256.ccomp.k1c