From: Fredrik Fornwall Date: Sun, 15 Jan 2017 18:41:40 +0000 (+0100) Subject: valgrind: Note that it doesn't build with clang X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/dc0a2fb542767f1f7df8fa040d1f2277f2ee22fe?ds=sidebyside valgrind: Note that it doesn't build with clang --- diff --git a/packages/valgrind/build.sh b/packages/valgrind/build.sh index 0604e69b..379f9e42 100644 --- 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.