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