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]

Re: How to build on sparcv9-sun-solaris2.8?


On May 19, 2002, Kai-Thorsten Hambrecht <kai@hambrecht.org> wrote:

> i also have problems compiling gcc 3.1 (release) on sparcv9-sun-solaris2.8
> using SUNWspro CC. I used the following command line:

> CC="cc -xildoff -xarch=v9" ../gcc-3.1/configure \
> --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld

Err...  Looks like you forgot to tell GCC to configure for
sparcv9-sun-solaris2.8...  The result is that the stage1 compiler will
default to 32-bit mode, which won't link with libiberty built for
64-bit mode.

-- 
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                Professional serial bug killer


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