aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsources/host-tools/ndk-stack/build-ndk-stack.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/host-tools/ndk-stack/build-ndk-stack.sh b/sources/host-tools/ndk-stack/build-ndk-stack.sh
index 61a93e65d..f823e11a2 100755
--- a/sources/host-tools/ndk-stack/build-ndk-stack.sh
+++ b/sources/host-tools/ndk-stack/build-ndk-stack.sh
@@ -73,7 +73,7 @@ if [ "$HOST_OS" != "darwin" -a "$DARWIN" != "yes" ]; then
else
# In darwin libbfd has to be built with some *linux* target or it won't understand ELF
# Disable -Werror because binutils uses deprecated functions (e.g. sbrk).
- EXTRA_CONFIG="-target=arm-linux-androideabi --disable-werror"
+ EXTRA_CONFIG="-target=aarch64-linux-android --disable-werror"
fi
if [ "$MINGW" = "yes" ]; then