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 | 348cae15d2934f07a6c584261c2bee49cc43bbbd (patch) | |
tree | 5241e259d5acbebd270a980d9682235dff0d0211 /rules.mk | |
parent | 46dfa04a083d6d08c31c9fd1f38bceb398f5dabe (diff) | |
download | mtk-20170518-348cae15d2934f07a6c584261c2bee49cc43bbbd.zip mtk-20170518-348cae15d2934f07a6c584261c2bee49cc43bbbd.tar.gz mtk-20170518-348cae15d2934f07a6c584261c2bee49cc43bbbd.tar.bz2 |
buildroot: factor knowledge of a 64bits architecture
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36204
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 |