diff options
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | 2021-10-11 14:37:05 +0200 |
---|---|---|
committer | Rasmus Villemoes <rv@rasmusvillemoes.dk> | 2021-11-29 08:41:33 +0100 |
commit | 3e15df63ca4ca793b2418640b715b8195d2a5474 (patch) | |
tree | af4a7df125ba60549af44ac1f1a5fd2a216a33d8 /libgcc | |
parent | 300dbea12693e365c89971527ca14cb0242def64 (diff) | |
download | gcc-3e15df63ca4ca793b2418640b715b8195d2a5474.zip gcc-3e15df63ca4ca793b2418640b715b8195d2a5474.tar.gz gcc-3e15df63ca4ca793b2418640b715b8195d2a5474.tar.bz2 |
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.
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/config.host | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 734d90e..9475246 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" |