mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:24:39 +02:00
[buildroot] move LIB_SUFFIX from base-files to rules.mk
Some packages are going to need fixups based on LIB_SUFFIX git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33080 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3a86756f40
commit
039dd7421f
@ -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