public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5893] Replace t-ppccomm by t-vxworks in libgcc/config/rs6000
@ 2021-12-10 13:17 Olivier Hainque
  0 siblings, 0 replies; only message in thread
From: Olivier Hainque @ 2021-12-10 13:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:68fd247e15e4de6eedd6c5cde5085e302406e183

commit r12-5893-g68fd247e15e4de6eedd6c5cde5085e302406e183
Author: Rasmus Villemoes <rv@rasmusvillemoes.dk>
Date:   Tue Dec 7 12:09:38 2021 +0000

    Replace t-ppccomm by t-vxworks in libgcc/config/rs6000
    
    This removes ibm-ldouble.c and a few eabi crt files from the build
    closure, which were producing objects we don't use anyway.
    
    2021-12-07  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
    
    libgcc/
            * config/rs6000/t-vxworks: New file.
            * config.host (powerpc*-*-vxworks*): Use it instead of
            t-ppccomm.

Diff:
---
 libgcc/config.host             | 4 ++--
 libgcc/config/rs6000/t-vxworks | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/libgcc/config.host b/libgcc/config.host
index 95a0b2ab4b1..bd44f1bbf42 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -1238,7 +1238,7 @@ powerpc*-*-linux*)
 	md_unwind_header=rs6000/linux-unwind.h
 	;;
 powerpc*-wrs-vxworks7*)
-        tmake_file="$tmake_file rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff rs6000/t-linux t-dfprules rs6000/t-ppc64-fp t-slibgcc-libgcc"
+        tmake_file="$tmake_file rs6000/t-vxworks rs6000/t-savresfgpr rs6000/t-crtstuff rs6000/t-linux t-dfprules rs6000/t-ppc64-fp t-slibgcc-libgcc"
         case $ppc_fp_type in
         64)
                 ;;
@@ -1255,7 +1255,7 @@ powerpc*-wrs-vxworks7*)
         esac
         ;;
 powerpc-wrs-vxworks*)
-	tmake_file="$tmake_file rs6000/t-ppccomm rs6000/t-savresfgpr t-fdpbit"
+	tmake_file="$tmake_file rs6000/t-vxworks rs6000/t-savresfgpr t-fdpbit"
 	;;
 powerpc-*-lynxos*)
 	tmake_file="$tmake_file rs6000/t-lynx t-fdpbit"
diff --git a/libgcc/config/rs6000/t-vxworks b/libgcc/config/rs6000/t-vxworks
new file mode 100644
index 00000000000..8c7a56fb446
--- /dev/null
+++ b/libgcc/config/rs6000/t-vxworks
@@ -0,0 +1 @@
+LIB2ADD += $(srcdir)/config/rs6000/tramp.S


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-10 13:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-10 13:17 [gcc r12-5893] Replace t-ppccomm by t-vxworks in libgcc/config/rs6000 Olivier Hainque

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