how to configure gcc to compile with i386 arch type by default...or is it already

2002-10-10 Thread Walter Tautz

even if I'm on a pentium machineI would like to do this in 
a config file not on the command line. Actually looking iat
gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)

and having a look at the file suggest it DOES compile by default
for i386 architecture? Is the a correct assumption?





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: how to configure gcc to compile with i386 arch type by default...or is it already

2002-10-10 Thread Sean 'Shaleh' Perry

On Thursday 10 October 2002 11:26, Walter Tautz wrote:
 even if I'm on a pentium machineI would like to do this in
 a config file not on the command line. Actually looking iat
 gcc -v
 Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
 gcc version 2.95.4 20011002 (Debian prerelease)

 and having a look at the file suggest it DOES compile by default
 for i386 architecture? Is the a correct assumption?

under Debian this is true.  To be sure you can pass it a -m option I think.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]