public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Matthias Klose <doko@ubuntu.com>
To: GCJ-patches <java-patches@gcc.gnu.org>,
	 Nicola Pero <nicola.pero@meta-innovation.com>
Subject: [patch][boehm-gc update] Don't use the renamed libgc library
Date: Sun, 02 Dec 2012 01:03:00 -0000	[thread overview]
Message-ID: <50BAA8C1.5090900@ubuntu.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 331 bytes --]

libobjc and libjava don't use the renamed libgc library anymore. It's better to
have this change in libobjc/libjava than tracking the diffs in boehm-gc.

a multilib build configured with --enable-objc-gc works and doesn't show
regressions in the objc tests.

Committed to the branches/gcj/bdwgc-20121125-merge branch.

  Matthias


[-- Attachment #2: libgc-rename.diff --]
[-- Type: text/x-diff, Size: 1394 bytes --]

libjava/ChangeLog.merge

2012-12-01  Matthias Klose  <doko@ubuntu.com>

	* configure.ac: Link with libgc_convenience.la.
	* configure: Regenerate.

libobjc/ChangeLog.merge

2012-12-01  Matthias Klose  <doko@ubuntu.com>

	* Makefile.in (OBJC_BOEHM_GC_LIBS): Link with libgc_convenience.la.

Index: libjava/configure.ac
===================================================================
--- libjava/configure.ac	(Revision 194034)
+++ libjava/configure.ac	(Revision 194037)
@@ -994,7 +994,7 @@
 case "$GC" in
  boehm)
     AC_MSG_RESULT(boehm)
-    GCLIBS=../boehm-gc/libgcjgc_convenience.la
+    GCLIBS=../boehm-gc/libgc_convenience.la
     JC1GCSPEC='-fuse-boehm-gc'
     GCTESTSPEC="-L`${PWDCMD-pwd}`/../boehm-gc/.libs -rpath `${PWDCMD-pwd}`/../boehm-gc/.libs"
     GCINCS='-I$(top_srcdir)/../boehm-gc/include -I../boehm-gc/include'

Index: libobjc/Makefile.in
===================================================================
--- libobjc/Makefile.in	(Revision 194034)
+++ libobjc/Makefile.in	(Revision 194037)
@@ -96,7 +96,7 @@
 OBJC_GCFLAGS=@OBJC_GCFLAGS@
 OBJC_BOEHM_GC=@OBJC_BOEHM_GC@
 OBJC_BOEHM_GC_INCLUDES=@OBJC_BOEHM_GC_INCLUDES@
-OBJC_BOEHM_GC_LIBS=../boehm-gc/libgcjgc_convenience.la $(thread_libs_and_flags)
+OBJC_BOEHM_GC_LIBS=../boehm-gc/libgc_convenience.la $(thread_libs_and_flags)
 
 INCLUDES = -I$(srcdir)/$(MULTISRCTOP)../gcc \
   -I$(srcdir)/$(MULTISRCTOP)../gcc/config \

                 reply	other threads:[~2012-12-02  1:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=50BAA8C1.5090900@ubuntu.com \
    --to=doko@ubuntu.com \
    --cc=java-patches@gcc.gnu.org \
    --cc=nicola.pero@meta-innovation.com \
    /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).