This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: FYI: java.endorsed.dirs


On Mar 28, 2005, at 12:29 PM, Alexandre Oliva wrote:
On Mar 28, 2005, Alexandre Oliva <aoliva@redhat.com> wrote:

Yep, it's not propagated.  This patch fixes it in a relatively clean
way.  We can't just add it to AM_MAKEFLAGS, otherwise all multilibs
will get the same setting when the primary multilib recurses into
them.

And, after a cvs update, I see Mike's patch, whose reversal is included in the patch below. Mike, is this the sort of surgery you had in mind?

Hum... not sure. configure.ac from the others has:


AM_ENABLE_MULTILIB(, ..)

in it, and that's when I gave up trying to grok it all...

If your patch is tested (you can verify it works by multilibbing on something benign and then building libjava) and works, I think it would be good to put it in (hoping that someone who claims to know what's going on likes it).

I still don't understand why they all do AM_ENABLE_MULTILIB, but libjava doesn't, but I don't need to understand...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]