File tree Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 2a241ece3a8fdaa536946b29eeab4524da164903
2
+ refs/heads/master: 7f74d4d4f2e0635d644be6e2259973b5cf559a2e
Original file line number Diff line number Diff line change @@ -43,13 +43,6 @@ ifeq ($(CFG_OSTYPE), FreeBSD)
43
43
endif
44
44
CFG_NATIVE := 1
45
45
CFG_UNIXY := 1
46
- CFG_VALGRIND := $(shell which valgrind)
47
- ifdef CFG_VALGRIND
48
- CFG_VALGRIND += --leak-check=full \
49
- --error-exitcode=1 \
50
- --quiet --vex-iropt-level=0 \
51
- --suppressions=etc/x86.supp
52
- endif
53
46
endif
54
47
55
48
ifeq ($(CFG_OSTYPE ) , Linux)
@@ -63,13 +56,6 @@ ifeq ($(CFG_OSTYPE), Linux)
63
56
endif
64
57
CFG_NATIVE := 1
65
58
CFG_UNIXY := 1
66
- CFG_VALGRIND := $(shell which valgrind)
67
- ifdef CFG_VALGRIND
68
- CFG_VALGRIND += --leak-check=full \
69
- --error-exitcode=1 \
70
- --quiet --vex-iropt-level=0 \
71
- --suppressions=etc/x86.supp
72
- endif
73
59
endif
74
60
75
61
ifeq ($(CFG_OSTYPE ) , Darwin)
@@ -137,6 +123,13 @@ ifdef CFG_UNIXY
137
123
CFG_GCC_LINK_FLAGS += -m32
138
124
endif
139
125
endif
126
+ CFG_VALGRIND := $(shell which valgrind)
127
+ ifdef CFG_VALGRIND
128
+ CFG_VALGRIND += --leak-check=full \
129
+ --error-exitcode=1 \
130
+ --quiet --vex-iropt-level=0 \
131
+ --suppressions=etc/x86.supp
132
+ endif
140
133
endif
141
134
142
135
ifdef CFG_GCC
You can’t perform that action at this time.
0 commit comments