public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Fix up rs6000-gen-builtins build instructions
@ 2020-09-16 21:31 William Schmidt
  0 siblings, 0 replies; 8+ messages in thread
From: William Schmidt @ 2020-09-16 21:31 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:249cf30bcf76dbf9b6834dd6275571ef9ea75b62

commit 249cf30bcf76dbf9b6834dd6275571ef9ea75b62
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 \


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Fix up rs6000-gen-builtins build instructions
@ 2020-10-29 19:52 William Schmidt
  0 siblings, 0 replies; 8+ messages in thread
From: William Schmidt @ 2020-10-29 19:52 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:963dc3d2d1d16427e34fe1e0eae076b763143fe6

commit 963dc3d2d1d16427e34fe1e0eae076b763143fe6
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 \


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Fix up rs6000-gen-builtins build instructions
@ 2020-10-27 16:29 William Schmidt
  0 siblings, 0 replies; 8+ messages in thread
From: William Schmidt @ 2020-10-27 16:29 UTC (permalink / raw)
  To: gcc-cvs

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

commit f4b3300e3f379004c2f85e06af0c8132185fa005
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 \


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Fix up rs6000-gen-builtins build instructions
@ 2020-09-14 13:59 William Schmidt
  0 siblings, 0 replies; 8+ messages in thread
From: William Schmidt @ 2020-09-14 13:59 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:32754576f4c148c286ee6ba32faba7738c995ba8

commit 32754576f4c148c286ee6ba32faba7738c995ba8
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 \


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Fix up rs6000-gen-builtins build instructions
@ 2020-08-28 20:09 William Schmidt
  0 siblings, 0 replies; 8+ messages in thread
From: William Schmidt @ 2020-08-28 20:09 UTC (permalink / raw)
  To: gcc-cvs

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

commit a441db0293ea4accf39e7fba13d5fe2e3d436183
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 \


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Fix up rs6000-gen-builtins build instructions
@ 2020-08-20 16:40 William Schmidt
  0 siblings, 0 replies; 8+ messages in thread
From: William Schmidt @ 2020-08-20 16:40 UTC (permalink / raw)
  To: gcc-cvs

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 \


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Fix up rs6000-gen-builtins build instructions
@ 2020-08-18 18:46 William Schmidt
  0 siblings, 0 replies; 8+ messages in thread
From: William Schmidt @ 2020-08-18 18:46 UTC (permalink / raw)
  To: gcc-cvs

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

commit cdd8e340fda69c13d76ba2e500c2df1713f9e7eb
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 \


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Fix up rs6000-gen-builtins build instructions
@ 2020-07-31 16:25 William Schmidt
  0 siblings, 0 replies; 8+ messages in thread
From: William Schmidt @ 2020-07-31 16:25 UTC (permalink / raw)
  To: gcc-cvs

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

commit ec7a1fc4eeaf3f9d0293f393e9eb39056d126b31
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 \


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-10-29 19:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-16 21:31 [gcc(refs/users/wschmidt/heads/builtins3)] rs6000: Fix up rs6000-gen-builtins build instructions William Schmidt
  -- 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-14 13:59 William Schmidt
2020-08-28 20:09 William Schmidt
2020-08-20 16:40 William Schmidt
2020-08-18 18:46 William Schmidt
2020-07-31 16:25 William Schmidt

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).