This is the mail archive of the gcc@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]
Other format: [Raw text]

--with-gnu-as mistake on solaris


Hi
I just tried configuring and building gcc-3.1 on a solaris using CFLAGS='-g 
-O2 -mcpu=supersparc -mtune=ultrasparc'. 
configure died in libstdc++ , when the newly build gcc broke when given the 
-mcpu=supersparc. The error message indicated gcc had given gnu-as a 
-xarch=v8 flag. Now that would had been ok if I hadent supplied configure 
with both the path to gas and a --with-gnu-as flag. Someone, it seems have 
been a little too hasty teaching gcc about solaris-as, and forgotten gnu-as.

On the other hand I can report succesfull builds of gcc and g++ 3.1 on 
linux, alpha and hpux :-) (all using gcc 2.95.2 but various linkers and 
assemblers)

greetings
'Allan


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