summaryrefslogtreecommitdiffstats
path: root/rules/boost.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-02-11 14:37:10 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-02-11 14:37:10 +0100
commitbb0619675ad1e00fd3e19c0925ce864b60d1124c (patch)
treee7f95332421222a4b708212aa7897c05ca618a1e /rules/boost.make
parentdadd95720d57ef420d4ed6e1c325cc9cea374b24 (diff)
downloadptxdist-bb0619675ad1e00fd3e19c0925ce864b60d1124c.tar.gz
ptxdist-bb0619675ad1e00fd3e19c0925ce864b60d1124c.tar.xz
boost: fix building for arm64
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/boost.make')
-rw-r--r--rules/boost.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/boost.make b/rules/boost.make
index 46858d020..e8ad37762 100644
--- a/rules/boost.make
+++ b/rules/boost.make
@@ -75,7 +75,7 @@ BOOST_JAM := \
abi=$(BOOST_ABI) \
binary-format=elf \
architecture=$(BOOST_ARCH) \
- address-model=$(call ptx/ifdef, ARCH_LP64,64,32)
+ address-model=$(call ptx/ifdef, PTXCONF_ARCH_LP64,64,32)
JAM_PAR := \
$(if $(PTXDIST_PARALLELMFLAGS),$(PTXDIST_PARALLELMFLAGS),$(PARALLELMFLAGS))