Browse Source

use right ld loader for armhf

Waldemar Brodkorb 11 years ago
parent
commit
44bd0d61fa
1 changed files with 3 additions and 0 deletions
  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: