aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
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
commitfb9023bb8a7ac809435c6622506abcb3690d8d03 (patch)
tree50c5b89a160b7be7855a56542c681e15dc7004ed /package/base-files/Makefile
parentc16bf519f18090d9563f50aa983247f80b8bd47d (diff)
downloadupstream-fb9023bb8a7ac809435c6622506abcb3690d8d03.tar.gz
upstream-fb9023bb8a7ac809435c6622506abcb3690d8d03.tar.bz2
upstream-fb9023bb8a7ac809435c6622506abcb3690d8d03.zip
move LIB_SUFFIX from base-files to rules.mk
Some packages are going to need fixups based on LIB_SUFFIX SVN-Revision: 33080
Diffstat (limited to 'package/base-files/Makefile')
-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