From 039dd7421f24a09a5fc0b089167ddfb1340f4d5e Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 10 Aug 2012 14:15:06 +0000 Subject: [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 --- package/base-files/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'package/base-files/Makefile') diff --git a/package/base-files/Makefile b/package/base-files/Makefile index bb88d5d32..441d39428 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 -- cgit v1.2.3