Commit 4f01840
committed
Merge #1027: build: Add a check that Valgrind actually supports a host platform
7c7ce87 build: Add a check that Valgrind actually supports a host platform (Hennadii Stepanov)
Pull request description:
This PR adds a check that Valgrind actually supports a host platform.
On master (49f608d):
```
$ ./autogen.sh &> /dev/null && ./configure -q --host=riscv64-linux-gnu 2>&1 | grep valgrind
valgrind = yes
```
With this PR:
```
$ ./autogen.sh &> /dev/null && ./configure -q --host=riscv64-linux-gnu 2>&1 | grep valgrind
valgrind = no
```
Closes #1023.
ACKs for top commit:
sipa:
utACK 7c7ce87
real-or-random:
utACK 7c7ce87
Tree-SHA512: 27f660f7b992ab35dba64b525af1c631f33b8cb25b6a990c81ec4d358c609a2dc03b0932847db9d5aa35eaa880929c7ad2bb4e7719785c2402b1b291cfa91ede1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
| |||
0 commit comments