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
On Wed, 28 Jan 2009, David Livshin wrote:
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.
Autoconf does not generate architectu
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