This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Sparcv9 port broken again.
- From: Dan Nicolaescu <dann at godzilla dot ICS dot UCI dot EDU>
- To: Brad Lucier <lucier at math dot purdue dot edu>
- Cc: gcc at gcc dot gnu dot org, Zack Weinberg <zack at codesourcery dot com>
- Date: Thu, 20 Dec 2001 12:15:47 -0800
- Subject: Re: Sparcv9 port broken again.
- References: <200112201945.fBKJjlf01556@banach.math.purdue.edu>
Brad Lucier <lucier@math.purdue.edu> writes:
> > Is the build procedure that you give in your message the correct one?
>
> I believe it's the same procedure I used two days ago to build sparcv9;
> see the make check results at
>
> http://gcc.gnu.org/ml/gcc-testresults/2001-12/msg00304.html
I was just trying to make sure this is supposed to work, as I have no
idea...
> > Pay attention to the ELFCLASS error
>
> These don't appear in my build.log.
What do you get when you run
file rtl.o ../libiberty/hashtab.o
Are both 64bit?
They are not in my case, and they should probably be, or at least they
should be the same: 32bit or 64bit...
Any build system experts around?