public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-3224] C-SKY: Enable crtbegin/crtend.o of libgcc for elf target
@ 2020-09-16 11:35 qu
  0 siblings, 0 replies; only message in thread
From: qu @ 2020-09-16 11:35 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:03380ecc3824f3f2fb7df86c21cf37f791904356

commit r11-3224-g03380ecc3824f3f2fb7df86c21cf37f791904356
Author: Jojo R <jiejie_rong@c-sky.com>
Date:   Wed Sep 16 18:34:41 2020 +0800

    C-SKY: Enable crtbegin/crtend.o of libgcc for elf target
    
    libgcc/ChangeLog:
    
            * config.host (C-SKY): Enable crtbegin/crtend.o of libgcc for elf target.

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

diff --git a/libgcc/config.host b/libgcc/config.host
index 7a3e29d0c71..dbb378f6756 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -579,7 +579,7 @@ cris-*-elf)
 	;;
 csky-*-elf*)
 	tmake_file="csky/t-csky t-fdpbit"
-	extra_parts="$extra_parts crti.o crtn.o"
+	extra_parts="crtbegin.o crtend.o crti.o crtn.o"
 	;;
 csky-*-linux*)
 	tmake_file="$tmake_file csky/t-csky t-slibgcc-libgcc t-fdpbit csky/t-linux-csky"


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

only message in thread, other threads:[~2020-09-16 11:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-16 11:35 [gcc r11-3224] C-SKY: Enable crtbegin/crtend.o of libgcc for elf target qu

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