chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67dd286
)
valgrind: Note that it doesn't build with clang
author
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 15 Jan 2017 18:41:40 +0000
(19:41 +0100)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 15 Jan 2017 18:41:40 +0000
(19:41 +0100)
packages/valgrind/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/valgrind/build.sh
b/packages/valgrind/build.sh
index 0604e69b1c8035e9a922ada8df3c395ff2c8f884..379f9e4229957e083d0e40e77b6307e1171e5d2c 100644
(file)
--- a/
packages/valgrind/build.sh
+++ b/
packages/valgrind/build.sh
@@
-7,6
+7,9
@@
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-tmpdir=$TERMUX_PREFIX/tmp"
# - Does not build on x86_64 due to lacking upstream support of that arch on android.
# See https://bugs.kde.org/show_bug.cgi?id=348342
TERMUX_PKG_BLACKLISTED_ARCHES="x86_64"
+# With a clang build on aarch64:
+# "error: the clang compiler does not support '-mcpu=cortex-a8'":
+TERMUX_PKG_CLANG=no
if [ "$TERMUX_ARCH" == "arm" ]; then
# valgrind doesn't like arm; armv7 works, though.