Boost logo

Boost-Build :

Subject: Re: [Boost-build] MinGW toolchain configuration
From: studywireless (studywireless_at_[hidden])
Date: 2013-02-23 03:33:18


I am new to this but recently worked on a similar issue. For setting multiple
tool chains add multiple "using" lines in user-config.jam file. I think the
third part should be the name of the compiler you are using (If the actual
path is present in $PATH variable) or the exact path.

Eg: using gcc : power : ppc_4xx-g++
      OR
     using gcc : power : opt/ELDK/4.2/bin/ppc_4xx-g++

Setting multiple $PATH can be done in the shell before calling b2 or bjam or
write a simple shell script to set your path variables and then call b2 or
bjam. This might be a very crude solution as I am new to this but it might
work.

--
View this message in context: http://boost.2283326.n4.nabble.com/Cross-compile-Boost-library-Thread-System-for-PowerPC-tp4643105p4643280.html
Sent from the Boost - Build mailing list archive at Nabble.com.

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk