From 29d2f64bccfd2a2944487d4378d2c1d914363b71 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 16 Sep 2013 22:20:23 +0200 Subject: fix build for mips64el --- toolchain/musl/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toolchain/musl') diff --git a/toolchain/musl/Makefile b/toolchain/musl/Makefile index 074eaea37..3782e5672 100644 --- a/toolchain/musl/Makefile +++ b/toolchain/musl/Makefile @@ -9,6 +9,9 @@ include ${TOPDIR}/mk/buildhlp.mk ifeq ($(CPU_ARCH),ppc) REAL_GNU_TARGET_NAME:= $(subst ppc,powerpc,$(REAL_GNU_TARGET_NAME)) endif +ifeq ($(CPU_ARCH),mips64el) +REAL_GNU_TARGET_NAME:= $(subst mips64el,mips,$(REAL_GNU_TARGET_NAME)) +endif $(WRKBUILD)/.headers: (cd $(WRKBUILD); CC='$(TARGET_CC)' CROSS_COMPILE='$(TARGET_CROSS)' \ -- cgit v1.2.3