Subject: [Boost-bugs] [Boost C++ Libraries] #13416: ASIO does not cross compile because it uses obsolete <os> vs. <target-os>
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-01-23 18:30:22
#13416: ASIO does not cross compile because it uses obsolete <os> vs. <target-os>
---------------------------------------+----------------------------
Reporter: Brian Kuhl <brian.kuhl@â¦> | Owner: chris_kohlhoff
Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
Version: Boost 1.63.0 | Severity: Problem
Keywords: |
---------------------------------------+----------------------------
ASIO jam based build suffers from "host pollution" and compile options
intended for the target operating system are designated with **<os>**
rather than **<target-os>** which is the current syntax. This prevents
ASIO being cross-compiled using b2 in many cases as the libraries and
compile options not supported by the target OS are added to the build
options.
This is corrected as part of the following pull request
https://github.com/boostorg/asio/pull/54
-- Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13416> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2018-01-23 18:36:37 UTC