
Vladimir Prus wrote:
I presume you have already checked SVN HEAD, or 1.35, and the problem is still here?
For the record, SVN HEAD version of tools/build/v2/tools/gcc.jam has this:
flags gcc OPTIONS <architecture>x86/<address-model>32 : -m32 ; flags gcc OPTIONS <architecture>x86/<address-model>64 : -m64 ;
I suspect you version might not have the first line, so if the compiler default is 64-bit, you'd always get 64-bit binary; you might want to add the first line to your gcc.jam
No, I haven't tried 1.35. I'm waiting for 1.35.1, because I like to let the bug detection fall to others, when possible. My 1.34.1 does have both those lines. I suspect that some other line is overriding it. Perhaps it is my user-config option '<compileflags>-fPIC <linkflags>-fPIC' that wipes out the others. -- Dick Hadsell 914-259-6320 Fax: 914-259-6499 Reply-to: hadsell@blueskystudios.com Blue Sky Studios http://www.blueskystudios.com 44 South Broadway, White Plains, NY 10601