From: dirk_griffioen (diddek_at_[hidden])
Date: 2004-07-12 09:23:14


Hi,

It seems that on our Sun the release build does not happen at all
when we want to build for 64bits.

We tried

bjam "-sTOOLS=gcc-stlport" "-sBUILD=<address-model>64"

but only the debug version was built. So we added

flags gcc CFLAGS <address-model>64 : -m64 ;

to tools/build/v1/gcc-tools.jam

but still the same.

So as a last resort we added <address-model>64 to individual jam
files.

This seemed to do the tric.

Is this intentional or a feature?

Hope to hear from you/anyone soon.

Dirk