summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-06 19:22:45 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-06 19:22:45 +0000
commitaa8c2b927b715c5b82030a2eb454fcef2295cec3 (patch)
treef14420a8ea602ff6a66db5110e47e39e8007fc0e
parentea9557c6c9cdc849864f0abc25e20b2a0e49e8dc (diff)
downloadppe42-gcc-aa8c2b927b715c5b82030a2eb454fcef2295cec3.tar.gz
ppe42-gcc-aa8c2b927b715c5b82030a2eb454fcef2295cec3.zip
2006-04-06 Andreas Tobler <a.tobler@schweiz.ch>
* acinclude.m4 (AC_LTDL_SHLIBEXT): Add GCJ LOCAL marker to indicate GCJ specific stuff. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112736 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libjava/libltdl/ChangeLog5
-rw-r--r--libjava/libltdl/acinclude.m41
2 files changed, 6 insertions, 0 deletions
diff --git a/libjava/libltdl/ChangeLog b/libjava/libltdl/ChangeLog
index d4c5527520a..62f8138cf7c 100644
--- a/libjava/libltdl/ChangeLog
+++ b/libjava/libltdl/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-06 Andreas Tobler <a.tobler@schweiz.ch>
+
+ * acinclude.m4 (AC_LTDL_SHLIBEXT): Add GCJ LOCAL marker to indicate
+ GCJ specific stuff.
+
2006-03-30 Tom Tromey <tromey@redhat.com>
* aclocal.m4, configure, Makefile.in: Rebuilt.
diff --git a/libjava/libltdl/acinclude.m4 b/libjava/libltdl/acinclude.m4
index 9491c77d670..066682458f5 100644
--- a/libjava/libltdl/acinclude.m4
+++ b/libjava/libltdl/acinclude.m4
@@ -6371,6 +6371,7 @@ AC_DEFUN([AC_LTDL_SHLIBEXT],
AC_CACHE_CHECK([which extension is used for loadable modules],
[libltdl_cv_shlibext],
[
+## GCJ LOCAL: gcj specific stuff. Please keep it.
# Here in libltdl for libgcj we don't build modules for darwin.
# So we say no. Then the extension gets .dylib which is the right
# thing for shared libraries on darwin. Please keep me next time you
OpenPOWER on IntegriCloud