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: 3.1 bootstrap fails on sparcv9-sun-solaris2.8


On Apr  9, 2001, Brad Lucier <lucier@math.purdue.edu> wrote:

> Aren't we going about this all the wrong way?  I just want to
> build a nice, 32bit, compiler that can happen to generate 64-bit code
> and link to 64-bit libraries when I give the right options.  It seems
> to me that this should be possible, or even straightforward.

Oh.  Then, sparcv9 is not what you want.  That will get you a 64-bit
compiler by default, IIRC.

If you want a 32-bit compiler by default, you'll have to uncomment a
few lines in gcc/config.gcc, right after:

# At the moment, 32-to-64 cross compilation doesn't work.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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