fix mips64el base-files compile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16018 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2009-05-23 21:16:04 +00:00
parent b2e70e8797
commit 3aa54b123e
1 changed files with 1 additions and 1 deletions

View File

@ -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