move LIB_SUFFIX from base-files to rules.mk
[openwrt/openwrt.git] / package / base-files / Makefile
index bb88d5d32ddfb3dcb89015f60e0686b418c3eec0..441d394288fac2a88b8ee389bca0a638b3ab4f68 100644 (file)
@@ -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