public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
To: Jakub Jelinek <jakub@redhat.com>
Cc: Richard Guenther <richard.guenther@gmail.com>,
		Paolo Bonzini <bonzini@gnu.org>,
		"Kaveh R. GHAZI" <ghazi@caip.rutgers.edu>,
		Mark Mitchell <mark@codesourcery.com>,
		"Joseph S. Myers" <joseph@codesourcery.com>,
		Steven Bosscher <stevenb.gcc@gmail.com>,
		GCC Patches <gcc-patches@gcc.gnu.org>,
	stanshebs@earthlink.net, 	pinskia@gmail.com
Subject: Re: [C++/Obj-C++ PATCH] Fix Objective-C++ breakage
Date: Fri, 28 Mar 2008 21:28:00 -0000	[thread overview]
Message-ID: <20080328195218.GA2731@ins.uni-bonn.de> (raw)
In-Reply-To: <20080328132105.GI30807@devserv.devel.redhat.com>

* Jakub Jelinek wrote on Fri, Mar 28, 2008 at 02:21:05PM CET:
> Not sure if libtool can be easily convinced to avoid building everything
> twice though.

Either pass -static/-shared in {,AM_,target_}GCJFLAGS or pass
--tag=disable-static/ --tag=disable-shared before the --tag=GCJ argument
(Automake 1.10 has {,AM_,target_}LIBTOOLFLAGS for this, with 1.9.6
something like
  LIBTOOL = @LIBTOOL@ --tag=disable-static

should work.  If you can decide globally per configure, then passing
--disable-static/--disable-shared to that is preferable, though.

Cheers,
Ralf

  reply	other threads:[~2008-03-28 19:52 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-27 10:12 Steven Bosscher
2008-03-27 10:22 ` Paolo Bonzini
2008-03-27 10:23   ` Paolo Bonzini
2008-03-27 16:19 ` Joseph S. Myers
2008-03-27 18:13   ` Mark Mitchell
2008-03-27 22:55     ` Kaveh R. GHAZI
2008-03-27 22:56       ` Andrew Pinski
2008-03-27 22:57       ` Richard Guenther
2008-03-28  4:12         ` Kaveh R. GHAZI
2008-03-28  8:04           ` Kaveh R. GHAZI
2008-03-28  8:04             ` Paolo Bonzini
2008-03-28 12:41               ` Richard Guenther
2008-03-28 12:45                 ` Paolo Bonzini
2008-03-28 13:30                   ` Richard Guenther
2008-03-28 13:36                     ` Andrew Pinski
2008-03-28 13:44                     ` Paolo Bonzini
2008-03-28 13:45                   ` H.J. Lu
2008-03-28 14:12                 ` Jakub Jelinek
2008-03-28 21:28                   ` Ralf Wildenhues [this message]
2008-03-30 15:18                 ` Improving parallel build (was: [C++/Obj-C++ PATCH] Fix Objective-C++ breakage) Ralf Wildenhues
2008-03-30 15:27                   ` Ralf Wildenhues
2008-03-31  8:43                     ` Improving parallel build Paolo Bonzini
2008-03-30 18:39                   ` Improving parallel build (was: [C++/Obj-C++ PATCH] Fix Objective-C++ breakage) Richard Guenther
2008-03-30 19:02                   ` Improving parallel build Tom Tromey
2008-03-30 19:35                     ` Ralf Wildenhues
2008-03-30 23:29                       ` Tom Tromey
2008-03-31 19:49                         ` Ralf Wildenhues
2008-03-31 20:35                           ` Tom Tromey
2008-04-01 22:47                           ` Richard Guenther
2008-04-01 22:51                             ` Ralf Wildenhues
2008-04-02 21:12                           ` Ralf Wildenhues
2008-04-03  5:22                             ` Paolo Bonzini
2008-03-27 22:58       ` [C++/Obj-C++ PATCH] Fix Objective-C++ breakage Mark Mitchell
2008-03-27 23:10         ` Richard Guenther
2008-03-27 23:17           ` Richard Guenther
2008-03-27 23:26           ` Andrew Pinski
2008-03-27 23:30           ` Mark Mitchell
2008-03-28  0:41             ` Andrew Pinski
2008-03-28  2:41               ` Mark Mitchell
2008-03-28  3:17                 ` Andrew Pinski
2008-03-28  2:12             ` Richard Guenther
2008-03-27 19:21   ` Paolo Bonzini
  -- strict thread matches above, loose matches on Subject: below --
2008-03-28 13:08 FX Coudert
2008-03-26 20:58 Dominique Dhumieres
2008-03-25 17:58 Doug Gregor
2008-03-26  6:46 ` Andrew Pinski
2008-03-26 13:07   ` Richard Guenther
2008-03-26 13:17     ` NightStrike
2008-03-26 13:41       ` Richard Guenther
2008-03-26 18:21         ` Doug Gregor
2008-03-26 19:57           ` Kaveh R. GHAZI
2008-03-26 15:12   ` Tom Tromey
2008-03-26 20:59   ` Stan Shebs
2008-03-27  7:49     ` Kaveh R. GHAZI
2008-03-26 20:44 ` Stan Shebs

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=20080328195218.GA2731@ins.uni-bonn.de \
    --to=ralf.wildenhues@gmx.de \
    --cc=bonzini@gnu.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=ghazi@caip.rutgers.edu \
    --cc=jakub@redhat.com \
    --cc=joseph@codesourcery.com \
    --cc=mark@codesourcery.com \
    --cc=pinskia@gmail.com \
    --cc=richard.guenther@gmail.com \
    --cc=stanshebs@earthlink.net \
    --cc=stevenb.gcc@gmail.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).