This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/30513] [4.3 Regression] Bootstrap failure with libgcj on sparc-sun-solaris2.10
- From: "andreast at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jan 2007 22:54:24 -0000
- Subject: [Bug libgcj/30513] [4.3 Regression] Bootstrap failure with libgcj on sparc-sun-solaris2.10
- References: <bug-30513-578@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from andreast at gcc dot gnu dot org 2007-01-22 22:54 -------
I undef'ed the sun in gcj/array.h since this was the only header I found useful
for the moment. Having done this led me to the mentioned problem with
write/read_barrier which is not implemented for sparc. Adding this missing
stuff leads to a complete build for sparc-solaris8 multilib. Unfortunatley I
fail with boehm-gc warnings which disturbs the test output. I'm too tired atm
to follow this.
Attached the barriers. You might have more luck.
Next I try is to add -ansi in CXX_FLAGS in Makefile.am
Andreas
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30513