aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2018-08-20 11:22:29 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2018-08-20 11:22:29 +0200
commita773dca6ddd1bca6b4780ea9387ab96deb001da8 (patch)
tree62ac146c53ea4189617cd30e209ef447bf61c146 /test/regression/Makefile
parent778d0cc5f87472f2da267be8356e5aef7fb75f96 (diff)
downloadcompcert-kvx-a773dca6ddd1bca6b4780ea9387ab96deb001da8.tar.gz
compcert-kvx-a773dca6ddd1bca6b4780ea9387ab96deb001da8.zip
Harden the extasm.c test, continued
Follow-up to b9a6a50. clang is not happy with COMPCERT_MODEL=32sse2 ("bad suffix on integer"), so use MODEL_32sse2 and ARCH_x86 instead.
Diffstat (limited to 'test/regression/Makefile')
-rw-r--r--test/regression/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/Makefile b/test/regression/Makefile
index 5d9dda14..d4ef2831 100644
--- a/test/regression/Makefile
+++ b/test/regression/Makefile
@@ -3,7 +3,7 @@ include ../../Makefile.config
CCOMP=../../ccomp
CCOMPFLAGS=$(CCOMPOPTS) -stdlib ../../runtime \
-dparse -dc -dclight -dasm -fall \
- -DCOMPCERT_ARCH=$(ARCH) -DCOMPCERT_MODEL=$(MODEL)
+ -DARCH_$(ARCH) -DMODEL_$(MODEL)
INTERPFLAGS=-stdlib ../../runtime -interp -quiet -fall
LIBS=$(LIBMATH)