libjava "make install" is broken again

Bryce McKinlay bryce@waitaki.otago.ac.nz
Sat Mar 2 19:59:00 GMT 2002


This patch caused "make install" of libjava to silently fail (the same 
problem I was seeing last week before Andreas Schwab's patch fixed it):

2002-02-28  Alexandre Oliva  <aoliva@redhat.com>

        * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
        libjava.
        (CXX_FOR_TARGET): Explain why -shared-libgcc here.


Note that the patch actually does the opposite to what is in the 
ChangeLog, ie it causes libstdc++ flags to be added to the 
CXX_FOR_TARGET definition for libjava. I am sure this is unneccessary 
since we agreed that libjava does not depend on libstdc++ (and 
-shared-libgcc does still gets added).

The patch below fixes it to match the changelog entry, which fixes the 
libjava install. OK to commit?

Bryce.


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: flags.patch
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20020302/e717c1c4/attachment.ksh>


More information about the Java-patches mailing list