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
This commit is contained in:
florian 2013-04-05 12:36:19 +00:00
parent 6e93fd24bd
commit ec3eb8fd19
3 changed files with 9 additions and 2 deletions

View file

@ -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