autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

preventing -m32 from being generated


From: David Livshin
Subject: preventing -m32 from being generated
Date: Wed, 28 Jan 2009 04:21:30 -0800 (PST)


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 way:

export TARGET=x86_64-unknown-linux-gnu
export PREFIX=/opt/gnu/cross64

CC=${TARGET}-gcc  ../newlib/configure --host=$TARGET --prefix=$PREFIX 


Thanks in advance.

David

http://www.dalsoft.com

-- 
View this message in context: 
http://www.nabble.com/preventing--m32-from-being-generated-tp21704693p21704693.html
Sent from the Gnu - Autoconf - General mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]