diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-04-05 12:36:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-04-05 12:36:19 +0000 |
commit | d32ac499b87e188755b5e3245e1d0bc181e6e6ed (patch) | |
tree | faa476e0739ea06fe71e44e6b1150ca1bfc5fa58 /rules.mk | |
parent | 070c70f3e05d660b019da593c483c2930e5cb03e (diff) | |
download | upstream-d32ac499b87e188755b5e3245e1d0bc181e6e6ed.tar.gz upstream-d32ac499b87e188755b5e3245e1d0bc181e6e6ed.tar.bz2 upstream-d32ac499b87e188755b5e3245e1d0bc181e6e6ed.zip |
buildroot: factor knowledge of a 64bits architecture
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36204 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ endif LIBRPC=-lrpc LIBRPC_DEPENDS=+librpc -ifneq ($(findstring $(ARCH) , mips64 x86_64 ),) +ifeq ($(CONFIG_ARCH_64BIT),y) LIB_SUFFIX:=64 endif |