Patch: FYI: kFreeBSD part 1

Tom Tromey tromey@redhat.com
Mon Sep 18 18:34:00 GMT 2006


I'm checking this in.

This is the first kFreeBSD patch.

Tom

Index: ChangeLog
from  Petr Salinger  <Petr.Salinger@seznam.cz>

	* configure: Rebuilt.
	* shlibpath.m4: Handle GNU/kFreeBSD.

Index: configure
===================================================================
--- configure	(revision 117029)
+++ configure	(working copy)
@@ -4661,7 +4661,7 @@
   ;;
 
 # This must be Linux ELF.
-linux*)
+linux*|k*bsd*-gnu)
   version_type=linux
   need_lib_prefix=no
   need_version=no
Index: shlibpath.m4
===================================================================
--- shlibpath.m4	(revision 117029)
+++ shlibpath.m4	(working copy)
@@ -361,7 +361,7 @@
   ;;
 
 # This must be Linux ELF.
-linux*)
+linux*|k*bsd*-gnu)
   version_type=linux
   need_lib_prefix=no
   need_version=no



More information about the Java-patches mailing list