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]

Re: 64bit code generation for 3.1 on solaris?


> > Configured with: ../configure 
> > gcc version 3.1 20010410 (experimental)
> >  ./collect2 -V -G -dy -z text -Y P,/usr/lib/sparcv9 -Qy -o libgcc_s_sparcv9.so crti.o /usr/lib/sparcv9/values-Xa.o ...
> 										 ^^^^^
> here is the problem, it should be ./sparcv9/crti.o.
> How exactly have you modified sol2-sld-64.h?
> It should read like:
> 	crti.o%s " STARTFILE_ARCH_SPEC "

Thank you, I had patched this "by hand" incorrectly before you
fixed the CVS sources.  Now with

env CC=/home/c/lucier/cc.sh ../configure --prefix=/pkgs/gcc-2.96 --enable-checking=no
make -j 12 bootstrap > & build.log 

I get many comparison errors in the bootstrap.  (This is with yesterday's
CVS mainline.)  I'm trying a bootstrap now for sparcv9-sun-solaris2.8.

Brad


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