aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-06-14 12:25:58 +0100
committerYann Herklotz <git@yannherklotz.com>2020-06-14 12:25:58 +0100
commit97efb863604cbd5038cd057ed0fa7a57914d3c1c (patch)
tree97c6110782c341104162da0d23127cb3461c238b /Makefile
parentb936f4425fdeee3a50fcd3861cb6f53ed88f70de (diff)
parent8e3c89bad3a20c0bb9c88b83d966565d79822ff1 (diff)
downloadvericert-kvx-97efb863604cbd5038cd057ed0fa7a57914d3c1c.tar.gz
vericert-kvx-97efb863604cbd5038cd057ed0fa7a57914d3c1c.zip
Merge branch 'master' into dev-nadesh
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 \