public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "howarth at nitro dot med dot uc dot edu" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug testsuite/42843] --enable-build-with-cxx plugin tests fail
Date: Sun, 11 Jul 2010 02:36:00 -0000	[thread overview]
Message-ID: <20100711023644.9582.qmail@sourceware.org> (raw)
In-Reply-To: <bug-42843-5394@http.gcc.gnu.org/bugzilla/>



------- Comment #8 from howarth at nitro dot med dot uc dot edu  2010-07-11 02:36 -------
Perhaps we just need something like...


Index: gcc/Makefile.in

===================================================================
--- gcc/Makefile.in     (revision 162051)
+++ gcc/Makefile.in     (working copy)
@@ -330,12 +330,15 @@
 LTO_BINARY_READER = @LTO_BINARY_READER@
 LTO_USE_LIBELF = @LTO_USE_LIBELF@

-# Compiler needed for plugin support
-PLUGINCC = $(COMPILER)
+# Compiler and flags needed for plugin support
+ifneq ($(ENABLE_BUILD_WITH_CXX),yes)
+PLUGINCC = $(CC)
+PLUGINCFLAGS = $(CFLAGS)
+else
+PLUGINCC = $(CXX)
+PLUGINCFLAGS = $(CXXFLAGS)
+endif

-# Flags needed for plugin support
-PLUGINCFLAGS = $(COMPILER_FLAGS)
-
 # Libs and linker options needed for plugin support
 PLUGINLIBS = @pluginlibs@



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42843


  parent reply	other threads:[~2010-07-11  2:36 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-22 11:04 [Bug testsuite/42843] New: " amylaar at gcc dot gnu dot org
2010-01-23  0:00 ` [Bug testsuite/42843] " amylaar at gcc dot gnu dot org
2010-01-30  5:21 ` amylaar at gcc dot gnu dot org
2010-06-08 20:52 ` amylaar at gcc dot gnu dot org
2010-06-09 10:41 ` amylaar at gcc dot gnu dot org
2010-06-09 10:49 ` amylaar at gcc dot gnu dot org
2010-07-10 21:45 ` howarth at nitro dot med dot uc dot edu
2010-07-11  1:59 ` amylaar at gcc dot gnu dot org
2010-07-11  2:36 ` howarth at nitro dot med dot uc dot edu [this message]
2010-07-11  4:22 ` amylaar at gcc dot gnu dot org
2010-07-12 12:54 ` iains at gcc dot gnu dot org
2010-07-12 13:05 ` howarth at nitro dot med dot uc dot edu
2010-07-12 13:19 ` iains at gcc dot gnu dot org
2010-07-12 13:28 ` iains at gcc dot gnu dot org
2010-07-12 15:00 ` iains at gcc dot gnu dot org
2010-07-12 22:25 ` amylaar at gcc dot gnu dot org
2010-07-12 22:41 ` amylaar at gcc dot gnu dot org
2010-07-13 10:16 ` ro at CeBiTec dot Uni-Bielefeld dot DE
2010-07-13 13:06 ` howarth at nitro dot med dot uc dot edu
2010-07-14 20:23 ` amylaar at gcc dot gnu dot org
2010-07-16  8:40 ` iains at gcc dot gnu dot org
2010-07-17  7:20 ` iains at gcc dot gnu dot org
2010-09-02 15:10 ` ebotcazou at gcc dot gnu dot org
2010-09-03 16:03 ` ro at gcc dot gnu dot org
2010-09-18  8:54 ` ebotcazou at gcc dot gnu dot org

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=20100711023644.9582.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).