public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Andreas Tobler <toa@pop.agri.ch>
To: Java Patches <java-patches@gcc.gnu.org>
Subject: [patch] add HP-UX shared lib extension to libjava.exp
Date: Fri, 05 May 2006 20:03:00 -0000	[thread overview]
Message-ID: <445BAF7B.60906@pop.agri.ch> (raw)

Hello all,

obvious for main?

While testing with a shared only build on HP-UX I struggled over this one.

2006-05-05  Andreas Tobler  <a.tobler@schweiz.ch>

	* testsuite/lib/libjava.exp (libjava_find_lib): Add sl to the shared
	library extensions.


Index: testsuite/lib/libjava.exp
===================================================================
--- testsuite/lib/libjava.exp   (revision 113557)
+++ testsuite/lib/libjava.exp   (working copy)
@@ -1,4 +1,4 @@
-# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software 
Foundation
+# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006 Free 
Software Foundation

  proc load_gcc_lib { filename } {
      global srcdir
@@ -242,7 +242,7 @@
  proc libjava_find_lib {dir name} {
      global base_dir
      set gp [get_multilibs]
-    foreach extension {so dll dylib a} {
+    foreach extension {so dll dylib sl a} {
         foreach sub {.libs _libs} {
             if {$gp != ""} {
                 if {[file exists 
$gp/$dir/$sub/lib${name}.${extension}]} then {

             reply	other threads:[~2006-05-05 20:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-05 20:03 Andreas Tobler [this message]
2006-05-06 20:42 ` Tom Tromey
2006-05-06 20:53   ` Andreas Tobler
2006-05-06 20:55     ` Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=445BAF7B.60906@pop.agri.ch \
    --to=toa@pop.agri.ch \
    --cc=java-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).