1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 04:57:38 +03:00

fix mips64el base-files compile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16018 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-05-23 21:16:04 +00:00
parent 6b09a38a1e
commit e7a59d0518

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