From e186d88bff21f249538b1f19e124700cbc1c774e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 13 Sep 2013 14:37:51 +0200 Subject: trying to get mips and ppc musl working --- toolchain/musl/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain') diff --git a/toolchain/musl/Makefile b/toolchain/musl/Makefile index e75b8c607..074eaea37 100644 --- a/toolchain/musl/Makefile +++ b/toolchain/musl/Makefile @@ -6,6 +6,10 @@ include ../rules.mk include Makefile.inc include ${TOPDIR}/mk/buildhlp.mk +ifeq ($(CPU_ARCH),ppc) +REAL_GNU_TARGET_NAME:= $(subst ppc,powerpc,$(REAL_GNU_TARGET_NAME)) +endif + $(WRKBUILD)/.headers: (cd $(WRKBUILD); CC='$(TARGET_CC)' CROSS_COMPILE='$(TARGET_CROSS)' \ ./configure --prefix=/usr \ -- cgit v1.2.3