$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Shit. Looks like I broke something
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2012-03-04 11:22:00
Am 04.03.2012 16:11, schrieb Steven Watanabe:
> Fixed in r77218.
sorry - r77218 does not fix things - you only removed the test of
'<address-model>32' in libs/context/build/Jamfile.
I believe this is not the correct way because ARMv8 does support 64bit
with its A64 extensions.
Without the test in Jamfile I can not select the correct assembler
(32bit/64bit version).
So I request you the revert it and apply my previous patch again.