summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-23 21:16:04 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-23 21:16:04 +0000
commite7a59d0518f9f561bfde25f755f86a895f17468b (patch)
treea8b60cddfbe032d60bb064e72ef77e4804f28649 /package
parent6b09a38a1ea61fc59598a174cfa767cdd4f176c6 (diff)
fix mips64el base-files compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16018 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/base-files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index bbc101107..6a697f153 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