This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Using multi-language libtool
- To: Alexandre Oliva <aoliva at cygnus dot com>
- Subject: Re: Using multi-language libtool
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Sun, 28 May 2000 16:09:54 -0700 (PDT)
- Cc: java-patches at sourceware dot cygnus dot com
- References: <orvgzy97k8.fsf@saci.lsd.ic.unicamp.br>
Alexandre> This is a patch I had promised a long time ago, that fixes
Alexandre> all issues related with libtool's not passing -B and -m
Alexandre> flags to gcc for compiling and/or linking. The solution is
Alexandre> to use the multi-language libtool.
Alexandre> Do you like it?
I'm a bit worried that we'll be using an unreleased libtool. That
probably isn't that big of a deal, though, because we're already using
a hacked libtool, and because we basically never have to change
anything about the libtool setup.
So once the bugs are fixed, feel free to check this in if it works.
BTW how will this affect a possible merge of the libgcj and gcc trees?
Tom