From: Felix Fietkau Date: Sat, 23 May 2009 21:16:04 +0000 (+0000) Subject: fix mips64el base-files compile X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=1d0b94b0d4a5a6f73a18f9a6714dc4f22cf18f50;hp=094bf83868f69d9bc9dbefed2d61243f66bda955;ds=sidebyside fix mips64el base-files compile SVN-Revision: 16018 --- diff --git a/package/base-files/Makefile b/package/base-files/Makefile index bbc101107f..6a697f153c 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -24,7 +24,7 @@ ifneq ($(DUMP),1) ifeq ($(ARCH),x86_64) LIB_SUFFIX:=64 endif - ifeq ($(ARCH),mips64) + ifneq ($(findstring mips64,$(ARCH)),) LIB_SUFFIX:=64 endif else