diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-08-10 14:15:06 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-08-10 14:15:06 +0000 |
commit | fb9023bb8a7ac809435c6622506abcb3690d8d03 (patch) | |
tree | 50c5b89a160b7be7855a56542c681e15dc7004ed /rules.mk | |
parent | c16bf519f18090d9563f50aa983247f80b8bd47d (diff) | |
download | openwrt-fb9023bb8a7ac809435c6622506abcb3690d8d03.tar.gz openwrt-fb9023bb8a7ac809435c6622506abcb3690d8d03.tar.bz2 openwrt-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 'rules.mk')
-rw-r--r-- | rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -122,6 +122,10 @@ endif LIBRPC=-lrpc LIBRPC_DEPENDS=+librpc +ifneq ($(findstring $(ARCH) , mips64 x86_64 ),) + LIB_SUFFIX:=64 +endif + ifndef DUMP ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) -include $(TOOLCHAIN_DIR)/info.mk |