aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-08-10 14:15:06 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-08-10 14:15:06 +0000
commit8c0856ac4c142abfc9da1b58bd13d7aeffef941c (patch)
tree6532157e549ecac5ed650a120e57c79312daa0ae /package/base-files
parent332fbc08a1c180028f72274794570520d9a484d3 (diff)
downloadupstream-8c0856ac4c142abfc9da1b58bd13d7aeffef941c.tar.gz
upstream-8c0856ac4c142abfc9da1b58bd13d7aeffef941c.tar.bz2
upstream-8c0856ac4c142abfc9da1b58bd13d7aeffef941c.zip
[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
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index bb88d5d32d..441d394288 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -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