From 845a35217ccb82bca41382b02841563468286ae6 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Thu, 28 Aug 2025 11:55:04 +0200 Subject: [PATCH] only target amd64 in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b91d8db..6b124a2 100644 --- a/Makefile +++ b/Makefile @@ -136,8 +136,8 @@ libsds-android-arm: | libsds-android-precheck build deps ANDROID_COMPILER=$(ANDROID_ARCH)$(ANDROID_TARGET)-clang libsds-android: -# $(MAKE) libsds-android-amd64 - $(MAKE) libsds-android-arm64 + $(MAKE) libsds-android-amd64 +# $(MAKE) libsds-android-arm64 # $(MAKE) libsds-android-x86 # This target is disabled because on recent versions of cross-rs complain with the following error # relocation R_ARM_THM_ALU_PREL_11_0 cannot be used against symbol 'stack_init_trampoline_return'; recompile with -fPIC