preventing generation of -m32

2009-01-28 Thread David Livshin
Hi, I am attempting to create x86-64 ( 64 bit ) cross compiler that runs on 32-bit x86 system. While configuring 'newlib' the '-m32' flag is generated preventing some of the x86_64 assembly sources from being compiled. How to prevent this from happening. configure was attempted in the following

preventing -m32 from being generated

2009-01-28 Thread David Livshin
Hi, I am attempting to create x86-64 ( 64 bit ) cross compiler that runs on 32-bit x86 system. While configuring 'newlib' the '-m32' flag is generated preventing some of the x86_64 assembly sources from being compiled. How to prevent this from happening. configure was attempted in the followin