This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Speedup gij/libjava loading on darwin
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: patch Patches <gcc-patches at gcc dot gnu dot org>, GCJ Patches <java-patches at gcc dot gnu dot org>
- Date: 19 Aug 2005 10:54:40 -0600
- Subject: Re: [PATCH] Speedup gij/libjava loading on darwin
- References: <89beb28b1fad165ac366b213730f7860@physics.uc.edu>
- Reply-to: tromey at redhat dot com
>>>>> "Andrew" == Andrew Pinski <pinskia@physics.uc.edu> writes:
Andrew> * Makefile.am (extra_ldflags_libjava): New variable to
Andrew> substitute in.
Andrew> (LIBLINK): Add extra_ldflags_libjava to it.
You used automake 1.9.4 while the tree as a whole (excepting
libgfortran) is currently using 1.9.3. I think it would be fine for
all directories to move forward, but IMO it is better to do this in
sync (and update install.texi) instead of at random.
Tom