public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jojo R <jiejie_rong@c-sky.com>
To: jiejie_rong@c-sky.com, xianmiao_qu@c-sky.com, gcc-patches@gcc.gnu.org
Subject: [PATCH 1/3] C-SKY: Enable crtbegin/crtend.o of libgcc for elf target
Date: Wed, 16 Sep 2020 18:34:41 +0800	[thread overview]
Message-ID: <1600252483-915-1-git-send-email-jiejie_rong@c-sky.com> (raw)
In-Reply-To: <jiejie_rong@c-sky.com@C-SKY:_Refine_target_name_for_elf_target_test>

libgcc/ChangeLog:

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

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

diff --git a/libgcc/config.host b/libgcc/config.host
index 7a3e29d..dbb378f 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"
-- 
1.9.1


       reply	other threads:[~2020-09-16 10:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <jiejie_rong@c-sky.com@C-SKY:_Refine_target_name_for_elf_target_test>
2020-09-16 10:34 ` Jojo R [this message]
2020-09-16 10:34 ` [PATCH 2/3] C-SKY: Set use_gcc_stdint=wrap " Jojo R
2020-09-16 10:34 ` [PATCH 3/3] C-SKY: Refine target name for elf target test Jojo R
2020-09-16 11:36   ` Cooper Qu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1600252483-915-1-git-send-email-jiejie_rong@c-sky.com \
    --to=jiejie_rong@c-sky.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=xianmiao_qu@c-sky.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).