This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: FYI: kFreeBSD part 1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]