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: work around libtool to fix alpha libgcj build


On Feb 12, 2005, Richard Henderson <rth@redhat.com> wrote:

> On Fri, Feb 11, 2005 at 03:31:16PM -0200, Alexandre Oliva wrote:
>> We probably can.  I just have no idea of how to accomplish this with
>> automake.  Basically, you want to add --tag=disable-static before (or
>> right after) --tag={CC,CXX,GCJ} --mode=compile.

> Which, for some reason, causes -DPIC to suddenly appear on the java
> compile line.  Which is wrong, of course.  Did I do something silly?

You still want --tag=GCJ, --tag=CXX or --tag=CC for compilation, I
think.  disable-{shared,static} tags are supposed to be cumulative.

-- 
Alexandre Oliva             http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


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