aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/rules.mk
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-04 09:23:13 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-04 09:23:13 +0200
commit5abd0529197507395b83fc44f1e1a6fb6ac0096e (patch)
tree8f76aad2df67ac16da43e43b71d9ebe612371c6a /test/monniaux/rules.mk
parent8b5cefb2a4935d6ed4aa1b3a965ba4b639f469c9 (diff)
downloadcompcert-kvx-5abd0529197507395b83fc44f1e1a6fb6ac0096e.tar.gz
compcert-kvx-5abd0529197507395b83fc44f1e1a6fb6ac0096e.zip
store o
Diffstat (limited to 'test/monniaux/rules.mk')
-rw-r--r--test/monniaux/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/rules.mk b/test/monniaux/rules.mk
index d098d1b2..ffbdac96 100644
--- a/test/monniaux/rules.mk
+++ b/test/monniaux/rules.mk
@@ -1,5 +1,5 @@
ALL_CCOMPFLAGS=-fno-unprototyped
-CCOMP=ccomp-x86
+CCOMP=ccomp
CCOMPFLAGS=-g -O3 -Wall $(ALL_CCOMPFLAGS) $(ALL_CFLAGS)
CFLAGS=-g -std=c99 -O3 -Wall -Wextra -Werror=implicit $(ALL_CFLAGS)