public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] C-SKY: Add compatibility of elf target name
@ 2020-08-28  6:33 Jojo R
  2020-09-17 22:00 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Jojo R @ 2020-08-28  6:33 UTC (permalink / raw)
  To: jiejie_rong, xianmiao_qu, joseph, gcc-patches

gcc/ChangeLog:

	* config.gcc (C-SKY): Add compatibility of elf target name.

libgcc/ChangeLog:

	* config.host (C-SKY): Add compatibility of elf target name.

---
 gcc/config.gcc     | 2 +-
 libgcc/config.host | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/config.gcc b/gcc/config.gcc
index ed9697b..f2324ba 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1558,7 +1558,7 @@ csky-*-*)
 	fi
 
 	case ${target} in
-	    csky-*-elf*)
+	    csky*-elf*)
 		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
diff --git a/libgcc/config.host b/libgcc/config.host
index c529cc4..c291a8a 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -586,7 +586,7 @@ cris-*-elf)
 cris-*-linux* | crisv32-*-linux*)
 	tmake_file="$tmake_file cris/t-cris t-softfp-sfdf t-softfp cris/t-linux"
 	;;
-csky-*-elf*)
+csky*-elf*)
 	tmake_file="csky/t-csky t-fdpbit"
 	extra_parts="$extra_parts crti.o crtn.o"
 	;;
-- 
1.9.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] C-SKY: Add compatibility of elf target name
  2020-08-28  6:33 [PATCH] C-SKY: Add compatibility of elf target name Jojo R
@ 2020-09-17 22:00 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2020-09-17 22:00 UTC (permalink / raw)
  To: Jojo R, xianmiao_qu, joseph, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 233 bytes --]


On 8/28/20 12:33 AM, Jojo R wrote:
> gcc/ChangeLog:
>
> 	* config.gcc (C-SKY): Add compatibility of elf target name.
>
> libgcc/ChangeLog:
>
> 	* config.host (C-SKY): Add compatibility of elf target name.

OK

jeff



[-- Attachment #2: pEpkey.asc --]
[-- Type: application/pgp-keys, Size: 1763 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-17 22:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-28  6:33 [PATCH] C-SKY: Add compatibility of elf target name Jojo R
2020-09-17 22:00 ` Jeff Law

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