This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problems building egcs-19980727 on mips-sgi-irix6.3


In a message dated 7/31/98 8:25:48 PM Pacific Daylight Time, dew@pgroup.com
writes:

> 	/usr/local/mips-sgi-irix6.3/bin/as: unrecognized option `-n32'
>  

This appears to be the persistent habit of switching from the configured
compiler version to your system default compiler/linker options  (typically,
while building objc).  For Irix, the easy cure is to configure with the
environment variable CC = 'cc -n32' or whichever option matches the default
for your environment.  Then it doesn't matter when the build switches back and
forth between system default and the option specified in the build.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]