]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* ChangeLog: Fix latest entry.
authorfitzsim <fitzsim@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 May 2006 22:10:10 +0000 (22:10 +0000)
committerfitzsim <fitzsim@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 May 2006 22:10:10 +0000 (22:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114249 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog

index 7c221bd702497eaf4595822949b3ff9ef3b3ff69..24e93cff26dae3e2bc6ffca9580eb42e90e13193 100644 (file)
        already defined.  Prepend GCJ_VERSIONED_LIBDIR to module search
        path where necessary.
        * configure.ac (GTK_AWT): Remove automake conditional.
+       Do not add gnu/java/awt/peer/gtk to standard.omit.
        * include/jvm.h (_Jv_PrependVersionedLibdir): New function
        declaration.
        * gij.cc (main): Prepend LD_LIBRARY_PATH with GCJ_VERSIONED_LIBDIR
        and re-exec self.
-       * Makefile.am (AM_CXXFLAGS): Define GCJ_VERSIONED_LIBDIR,
-       GIJ_EXECUTABLE and PATH_SEPARATOR macros.
+       * Makefile.am (AM_CXXFLAGS): Define GCJ_VERSIONED_LIBDIR and
+       PATH_SEPARATOR macros.
        Remove lib-gnu-java-awt-peer-gtk.la and libgcjawt.la build logic.
        * prims.cc (_Jv_PrependVersionedLibdir): New function.