public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5570] libgcc: remove crt{begin, end}.o from powerpc-wrs-vxworks target
@ 2021-11-29  7:42 Rasmus Villemoes
  0 siblings, 0 replies; only message in thread
From: Rasmus Villemoes @ 2021-11-29  7:42 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3e15df63ca4ca793b2418640b715b8195d2a5474

commit r12-5570-g3e15df63ca4ca793b2418640b715b8195d2a5474
Author: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Date:   Mon Oct 11 14:37:05 2021 +0200

    libgcc: remove crt{begin,end}.o from powerpc-wrs-vxworks target
    
    Since commit 78e49fb1bc (Introduce vxworks specific crtstuff support),
    the generic crtbegin.o/crtend.o have been unnecessary to build. So
    remove them from extra_parts.
    
    This is effectively a revert of commit 9a5b8df70 (libgcc: add
    crt{begin,end} for powerpc-wrs-vxworks target).
    
    libgcc/
            * config.host (powerpc-wrs-vxworks): Do not add crtbegin.o and
            crtend.o to extra_parts.

Diff:
---
 libgcc/config.host | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libgcc/config.host b/libgcc/config.host
index 734d90ee39b..9475246593b 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -1249,7 +1249,6 @@ powerpc*-wrs-vxworks7*)
         ;;
 powerpc-wrs-vxworks*)
 	tmake_file="$tmake_file rs6000/t-ppccomm rs6000/t-savresfgpr t-fdpbit"
-	extra_parts="$extra_parts crtbegin.o crtend.o"
 	;;
 powerpc-*-lynxos*)
 	tmake_file="$tmake_file rs6000/t-lynx t-fdpbit"


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

only message in thread, other threads:[~2021-11-29  7:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-29  7:42 [gcc r12-5570] libgcc: remove crt{begin, end}.o from powerpc-wrs-vxworks target Rasmus Villemoes

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