Ver Fonte

use right ld loader for armhf

Waldemar Brodkorb há 12 anos atrás
pai
commit
44bd0d61fa
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      package/musl/Makefile

+ 3 - 0
package/musl/Makefile

@@ -39,6 +39,9 @@ endif
 ifeq ($(CPU_ARCH),ppc)
 MARCH:=			powerpc
 endif
+ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y)
+MARCH:=			armhf
+endif
 
 # do nothing, musl is already build in toolchain directory
 do-install: