1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 14:47:46 +01:00

fix mips64el base-files compile

SVN-Revision: 16018
This commit is contained in:
Felix Fietkau 2009-05-23 21:16:04 +00:00
parent d17888808e
commit 17ae4a4df0

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