
1 Sep
2009
1 Sep
'09
12:18 a.m.
On 31/08/2009, at 9:02 PM, Christian Maeder wrote:
Dmitri Sosnik wrote:
How I can tell gcc to generate 32 bit code? I've tried to set CFLAGS=-m32, but it doesn't work.
(Flags do not work -- without Makefile) Pass
Stupid me :-)
-optc-m32 -opta-m32 -optl-m32
Yep, it work. Thanks! Cheers, D