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 2/3] C-SKY: Set use_gcc_stdint=wrap for elf target
Date: Wed, 16 Sep 2020 18:34:42 +0800	[thread overview]
Message-ID: <1600252483-915-2-git-send-email-jiejie_rong@c-sky.com> (raw)
In-Reply-To: <1600252483-915-1-git-send-email-jiejie_rong@c-sky.com>
In-Reply-To: <jiejie_rong@c-sky.com@C-SKY:_Refine_target_name_for_elf_target_test>

gcc/ChangeLog:

	* config.gcc (C-SKY): Set use_gcc_stdint=wrap for elf target.

---
 gcc/config.gcc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/config.gcc b/gcc/config.gcc
index 797f0ad..845f10e 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1543,6 +1543,7 @@ csky-*-*)
 		tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file} csky/csky-elf.h"
 		tmake_file="csky/t-csky csky/t-csky-elf"
 		default_use_cxa_atexit=no
+		use_gcc_stdint=wrap
 		;;
 	    csky-*-linux*)
 		tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} csky/csky-linux-elf.h"
-- 
1.9.1


  parent 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 ` [PATCH 1/3] C-SKY: Enable crtbegin/crtend.o of libgcc " Jojo R
2020-09-16 10:34 ` Jojo R [this message]
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-2-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).