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

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to