aboutsummaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-04-05 12:36:19 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-04-05 12:36:19 +0000
commitd32ac499b87e188755b5e3245e1d0bc181e6e6ed (patch)
treefaa476e0739ea06fe71e44e6b1150ca1bfc5fa58 /rules.mk
parent070c70f3e05d660b019da593c483c2930e5cb03e (diff)
downloadmaster-187ad058-d32ac499b87e188755b5e3245e1d0bc181e6e6ed.tar.gz
master-187ad058-d32ac499b87e188755b5e3245e1d0bc181e6e6ed.tar.bz2
master-187ad058-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.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index 56129917e4..d9d38374fa 100644
--- a/rules.mk
+++ b/rules.mk
@@ -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