mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-17 20:34:36 +00:00
move LIB_SUFFIX from base-files to rules.mk
Some packages are going to need fixups based on LIB_SUFFIX SVN-Revision: 33080
This commit is contained in:
parent
c16bf519f1
commit
fb9023bb8a
@ -23,9 +23,6 @@ ifneq ($(DUMP),1)
|
||||
ifneq ($(wildcard $(PLATFORM_DIR)/base-files-$(PROFILE) $(PLATFORM_SUBDIR)/base-files-$(PROFILE)),)
|
||||
TARGET:=$(TARGET)-$(PROFILE)
|
||||
endif
|
||||
ifneq ($(findstring $(ARCH) , mips64 x86_64 ),)
|
||||
LIB_SUFFIX:=64
|
||||
endif
|
||||
endif
|
||||
|
||||
define Package/base-files
|
||||
|
Loading…
Reference in New Issue
Block a user