"Brian O'Mahoney" <o...@teraflex-bp.dyndns.org> writes:

> Two quick questions:
This message might have been better sent to gcc-h...@gcc.gnu.org.
Please consider taking any followups there.  Thanks.


> (1) Is the feature roadmap for 4.5, 4.6 ... published anywhere

No.  We're not that formal.  Likely major features are LTO, plugins,
and better aliasing.


> (2) What is the recommended way to force 32 bit build on 64 eg 86_64 and will 
> it work with libtool and all. I have a solution but its very ugly!

Compiler with -m32?  Or if you mean that you want a version of gcc
that defaults to 32-bit, try configuring with

--build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu

Ian

Reply via email to