diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/musl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/musl/Makefile b/package/musl/Makefile index ad7ec664f..3341c83a8 100644 --- a/package/musl/Makefile +++ b/package/musl/Makefile @@ -49,6 +49,9 @@ endif ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y) MARCH:= armhf endif +ifeq ($(ADK_TARGET_ABI_X32),y) +MARCH:= x32 +endif # do nothing, musl is already build in toolchain directory do-install: |