2006-09-18 Petr Salinger <Petr.Salinger@seznam.cz>
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Sep 2006 18:34:56 +0000 (18:34 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Sep 2006 18:34:56 +0000 (18:34 +0000)
* configure: Rebuilt.
* shlibpath.m4: Handle GNU/kFreeBSD.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117032 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/configure
libjava/shlibpath.m4

index 8ad2f81..fa8d9d2 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-18  Petr Salinger  <Petr.Salinger@seznam.cz>
+
+       * configure: Rebuilt.
+       * shlibpath.m4: Handle GNU/kFreeBSD.
+
 2006-09-14  Tom Tromey  <tromey@redhat.com>
 
        PR boehm-gc/29068:
index c12e66e..f53b348 100755 (executable)
@@ -4661,7 +4661,7 @@ linux*oldld* | linux*aout* | linux*coff*)
   ;;
 
 # This must be Linux ELF.
-linux*)
+linux*|k*bsd*-gnu)
   version_type=linux
   need_lib_prefix=no
   need_version=no
index e09531a..4bdd362 100644 (file)
@@ -361,7 +361,7 @@ linux*oldld* | linux*aout* | linux*coff*)
   ;;
 
 # This must be Linux ELF.
-linux*)
+linux*|k*bsd*-gnu)
   version_type=linux
   need_lib_prefix=no
   need_version=no