3.2 bootstrap failure building sparcv7/libjava on sparcv9-sun-solaris2.8
Tom Tromey
tromey@redhat.com
Sun Jun 23 17:09:00 GMT 2002
>>>>> "Brad" == Brad Lucier <lucier@math.purdue.edu> writes:
Brad> Perhaps I should have said that after the parallel build failed,
Brad> I did "make bootstrap >>& build.log" to get this clean error
Brad> message.
I finally got around to looking at this.
I'm checking in the appended patch to the trunk and the branch.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* Makefile.in: Rebuilt.
* Makefile.am ($(srcdir)/java/lang/Object.h,
$(srcdir)/java/lang/Class.h): Added dummy targets.
Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libjava/Makefile.am,v
retrieving revision 1.229
diff -u -r1.229 Makefile.am
--- Makefile.am 21 Jun 2002 05:39:28 -0000 1.229
+++ Makefile.am 24 Jun 2002 00:05:48 -0000
@@ -325,7 +325,7 @@
## Headers we maintain by hand and which we want to install.
extra_headers = java/lang/Object.h java/lang/Class.h
-$(extra_headers):
+$(extra_headers) $(srcdir)/java/lang/Object.h $(srcdir)/java/lang/Class.h:
@:
## Install the headers. It is fairly ugly that we have to do this by
More information about the Java
mailing list