aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-06-28 23:23:32 +0100
committerYann Herklotz <git@yannherklotz.com>2020-06-28 23:23:32 +0100
commitb56f06b184afe0b1a735ac91cb450784f642d45e (patch)
tree55bfdf275e7c488aa12e8b2a552aba430fb3b6a2 /Makefile
parent50ec2fb12454c2bc1f902c955f0b81df71b58c39 (diff)
downloadvericert-b56f06b184afe0b1a735ac91cb450784f642d45e.tar.gz
vericert-b56f06b184afe0b1a735ac91cb450784f642d45e.zip
Add yosys to dependencies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0167a78..3d31b2f 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ all: lib/COMPCERTSTAMP
$(MAKE) compile
lib/COMPCERTSTAMP:
- (cd lib/CompCert && ./configure $(ARCH))
+ (cd lib/CompCert && ./configure --ignore-coq-version $(ARCH))
$(MAKE) -C lib/CompCert
touch $@