aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2011-02-14 16:00:28 +0000
committerGary Benson <gary@gcc.gnu.org>2011-02-14 16:00:28 +0000
commitfce0280a9e0f27f270c8c3ed28529fbe209aa132 (patch)
treebaa392b5a78c6c74ab3d240b781db4b6592154da /libjava/ChangeLog
parent30dd1ea360dcd4e859aa57be5f5db8b67ea3668e (diff)
Insert libgcj's Python module directory at the start of the search
path, rather than at the end. From-SVN: r170138
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index f74b61aba0b..733c786ea8e 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,5 +1,11 @@
2011-02-14 Gary Benson <gbenson@redhat.com>
+ * libjava/contrib/aot-compile.in: Add our module directory
+ to the start of the search path rather than the end.
+ * libjava/contrib/aot-compile-rpm.in: Likewise.
+
+2011-02-14 Gary Benson <gbenson@redhat.com>
+
PR libjava/47484
* configure.ac (python_mod_dir, python_mod_dir_expanded):
Install Python modules into versioned directory.