Boost logo

Boost :

Subject: [boost] Building Boost libs on Scratchbox/ARM
From: Tobias Oberstein (tobias.oberstein_at_[hidden])
Date: 2008-09-22 08:22:08


I needed some small patches for building the Boost libs on a
Debian-based system which is using GCC 3.4.4 toolchain (CodeSourcery ARM
2005q3-2). Target devices are Nokia Internet Tablets.

See attached patches.

Q: To optimize for the target CPU, I added the following line to

tools/build/v2/user-config.jam

using gcc : : : <compileflags>-mcpu=arm1136jf-s <compileflags>-mfpu=vfp
<compileflags>-mhard-float <compileflags>-mfloat-abi=softfp ;

However, when building I only see gcc.compile.c++
as compile command. How do I know if the options are actually used?

Thx,
tgo




Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk