This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: java.endorsed.dirs
>>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:
>> +## Needed because $(ZIP) is a relative path.
>> +MULTIBUILDTOP = ../../
Alexandre> This breaks the build on multilib hosts, because now we
Alexandre> can't find fastjar building multilibs other than the
Alexandre> default.
Man, I completely forgot I added that during this round of patches.
I'm going to approve Mike's patch for this, since it is known to work.
After that we can see -- your patch looks cleaner, but I thought there
was some problem with getting MULTIBUILDTOP set in the subdir
Makefiles.
Tom