public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Patch: FYI: kFreeBSD part 1
@ 2006-09-18 18:34 Tom Tromey
  2006-09-18 18:45 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Tromey @ 2006-09-18 18:34 UTC (permalink / raw)
  To: Java Patch List

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-09-18 18:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-18 18:34 Patch: FYI: kFreeBSD part 1 Tom Tromey
2006-09-18 18:45 ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).