From ea64d739af16952883abce536958ac4877698277 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 17 Sep 2021 18:21:19 +0100 Subject: Fix compilation with new CompCert version --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 763c892..d14ef13 100644 --- a/Makefile +++ b/Makefile @@ -31,8 +31,10 @@ all: lib/COMPCERTSTAMP $(MAKE) proof $(MAKE) compile -lib/COMPCERTSTAMP: +lib/CompCert/Makefile.config: lib/CompCert/configure (cd lib/CompCert && ./configure --ignore-coq-version $(ARCH)) + +lib/COMPCERTSTAMP: lib/CompCert/Makefile.config $(MAKE) HAS_RUNTIME_LIB=false CLIGHTGEN=false INSTALL_COQDEV=false -C lib/CompCert touch $@ -- cgit