public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: William Schmidt <wschmidt@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Fix up rs6000-gen-builtins build instructions
Date: Thu, 20 Aug 2020 16:40:23 +0000 (GMT)	[thread overview]
Message-ID: <20200820164023.9342738708AA@sourceware.org> (raw)

https://gcc.gnu.org/g:b3097a3fa7f92e306461e0a769c5e018d01c20fc

commit b3097a3fa7f92e306461e0a769c5e018d01c20fc
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Fri Jul 31 11:24:19 2020 -0500

    rs6000: Fix up rs6000-gen-builtins build instructions
    
    2020-07-31  Bill Schmidt  <wschmidt@linux.ibm.com>
    
            * config/rs6000/t-rs6000 (rs6000-gen-builtins.o): Add CXXFLAGS.
            (rs6000-gen-builtins): Remove '+' for parallelism.

Diff:
---
 gcc/config/rs6000/t-rs6000 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/config/rs6000/t-rs6000 b/gcc/config/rs6000/t-rs6000
index 6053721f76c..58a422c4891 100644
--- a/gcc/config/rs6000/t-rs6000
+++ b/gcc/config/rs6000/t-rs6000
@@ -44,7 +44,7 @@ rs6000-logue.o: $(srcdir)/config/rs6000/rs6000-logue.c
 	$(POSTCOMPILE)
 
 rs6000-gen-builtins.o: $(srcdir)/config/rs6000/rs6000-gen-builtins.c
-	$(COMPILE) $<
+	$(COMPILE) $(CXXFLAGS) $<
 	$(POSTCOMPILE)
 
 rbtree.o: $(srcdir)/config/rs6000/rbtree.c
@@ -52,7 +52,7 @@ rbtree.o: $(srcdir)/config/rs6000/rbtree.c
 	$(POSTCOMPILE)
 
 rs6000-gen-builtins: rs6000-gen-builtins.o rbtree.o
-	+$(LINKER_FOR_BUILD) $(BUILD_LINKERFLAGS) $(BUILD_LDFLAGS) -o $@ \
+	$(LINKER_FOR_BUILD) $(BUILD_LINKERFLAGS) $(BUILD_LDFLAGS) -o $@ \
 	    $(filter-out $(BUILD_LIBDEPS), $^) $(BUILD_LIBS)
 
 rs6000-builtins.c: rs6000-gen-builtins \


             reply	other threads:[~2020-08-20 16:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-20 16:40 William Schmidt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-10-29 19:52 William Schmidt
2020-10-27 16:29 William Schmidt
2020-09-16 21:31 William Schmidt
2020-09-14 13:59 William Schmidt
2020-08-28 20:09 William Schmidt
2020-08-18 18:46 William Schmidt
2020-07-31 16:25 William Schmidt

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=20200820164023.9342738708AA@sourceware.org \
    --to=wschmidt@gcc.gnu.org \
    --cc=gcc-cvs@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).