$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Problem cross-compiling boost.context for Raspberry Pi (2)
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2015-06-16 11:56:12
2015-06-16 16:44 GMT+02:00 Vladimir Prus <vladimir.prus_at_[hidden]>:
I would guess cross-compiling for ARM is more common than native compiling
> for ARM,
> and removing this requirement should have no adverse effects in the native
> case,
> so what's the downside to removing it?
>
For cross compiling you have always to specify <abi> and <binary-format>
because both
properties can not be correctly determined in the case of cross compiling.