aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorMichael Soegtrop2019-07-17 17:05:04 +0200
committerMichael Soegtrop2019-07-17 17:11:41 +0200
commita029e231f7f2e22b36f662e6e488815ef273b107 (patch)
tree965fda3ddcb6a7eba907dd1df8c9acad51eb99fd /dev
parentd796a830f9b566f2a18bf00f364eb9b8cb235f6e (diff)
Adjust VST patch to latest changes in VST
Diffstat (limited to 'dev')
-rw-r--r--dev/build/windows/patches_coq/VST.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev/build/windows/patches_coq/VST.patch b/dev/build/windows/patches_coq/VST.patch
index 2c8c46373f..d047eb107f 100644
--- a/dev/build/windows/patches_coq/VST.patch
+++ b/dev/build/windows/patches_coq/VST.patch
@@ -1,8 +1,7 @@
diff --git a/Makefile b/Makefile
-index 4a119042..fdfac13e 100755
--- a/Makefile
+++ b/Makefile
-@@ -76,8 +76,8 @@ endif
+@@ -82,8 +82,8 @@ endif
COMPCERTDIRS=lib common $(ARCHDIRS) cfrontend flocq exportclight $(BACKEND)
@@ -10,6 +9,6 @@ index 4a119042..fdfac13e 100755
-EXTFLAGS= $(foreach d, $(COMPCERTDIRS), -Q $(COMPCERT)/$(d) compcert.$(d))
+COMPCERT_R_FLAGS= $(foreach d, $(COMPCERTDIRS), -R $(COMPCERT)/$(d) VST.compcert.$(d))
+EXTFLAGS= $(foreach d, $(COMPCERTDIRS), -Q $(COMPCERT)/$(d) VST.compcert.$(d))
-
- # for SSReflect
- ifdef MATHCOMP
+ # for ITrees
+ ifeq ($(wildcard InteractionTrees/the?ries),"InteractionTrees/theories")
+ EXTFLAGS:=$(EXTFLAGS) -Q InteractionTrees/theories ITree