aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-06-12 19:05:34 +0100
committerYann Herklotz <git@yannherklotz.com>2020-06-12 19:05:34 +0100
commit8e3c89bad3a20c0bb9c88b83d966565d79822ff1 (patch)
treeb5f3b2ce03bf9b233fd2e907668e6c8d104be0dc /Makefile
parentc6f390beecfbd8d749d06e8d9b86a7754a2239c5 (diff)
downloadvericert-8e3c89bad3a20c0bb9c88b83d966565d79822ff1.tar.gz
vericert-8e3c89bad3a20c0bb9c88b83d966565d79822ff1.zip
Update matrix and use 32 bit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 42e6a45..0167a78 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,12 @@
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)
- ARCH := x86_64-linux
+ ARCH := x86_32-linux
endif
ifeq ($(UNAME_S),Darwin)
- ARCH := x86_64-macosx
+ ARCH := x86_32-macosx
endif
-COMPCERTRECDIRS := lib common x86_64 x86 backend cfrontend driver flocq exportclight \
+COMPCERTRECDIRS := lib common x86_32 x86 backend cfrontend driver flocq exportclight \
MenhirLib cparser
COQINCLUDES := -R src/common coqup.common -R src/verilog coqup.verilog \