Boost C++ Libraries: Ticket #1029: AmigaOS Boost tools port https://svn.boost.org/trac10/ticket/1029 <p> This patch updates and fixes the Amiga bjam port. </p> <p> It also adds support for a new toolset "amiga" which is used to build a version of Boost for AmigaOS with the 4.0 SDK. </p> <p> I plan to submit more patches which depend on this one if it is accepted. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1029 Trac 1.4.3 ssolie Sat, 02 Jun 2007 20:42:00 GMT attachment set https://svn.boost.org/trac10/ticket/1029 https://svn.boost.org/trac10/ticket/1029 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-tools.patch</span> </li> </ul> <p> patch to add AmigaOS support to bjam and build </p> Ticket René Rivera Sat, 02 Jun 2007 22:37:19 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1029#comment:1 https://svn.boost.org/trac10/ticket/1029#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> <p> OK, don't be alarmed that I've marked this invalid... Some changes I need to consider the patches. </p> <ul><li>Separate out the diffs for each file, like ticket <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/583" title="#583: Bugs: Fixes for build on IBM pSeries for AIX and Linux (closed: wontfix)">#583</a>. It's *much* harder to apply a multi-file patch than the single files. </li><li>Make two tickets, one for the Boost.Jam changes, another for the Boost.Build changes, "bjam" and "build" components respectively. </li><li>And the hard one... The code in 1.34.0 is actually fairly old at this point, so ideally we want patches against the HEAD version of Boost. We'll still try to apply them even if they are against 1.34.0, it's just going to take longer. </li><li>And not as hard... AFAICT AmigaOS4 is using gcc as the compiler. So instead of a new Boost.Build toolset, we need to get changes to the gcc.jam toolset based on the &lt;target-os&gt; feature. </li></ul> Ticket