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: /bin/as Solaris 7 x86


On Jan  7, 2000, Robert Lunnon <bob@yarrabee.net.au> wrote:

> When compiling Wine on Solaris X86 I discovered that gcc generates
> assembly code that /bin/as won't assemble.

Maybe you gcc was configured --with-gnu-as?  Do you have a code
snippet that fails to assemble to demonstrate the problem?  Or, maybe,
if you're compiling C++, you're observing the problem listed in
http://gcc.gnu.org/install/specific.html#*-*-solaris* ?

> Is there a way to ask gcc to restrict itself to a subset applicable
> to the Sun assembler?

That's what it should do, unless told to use GNU as at configure time.

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


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