public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] sh-linux fix target cpu
@ 2022-01-12  9:02 Yoshinori Sato
  2022-01-28 22:18 ` Jeff Law
  0 siblings, 1 reply; 3+ messages in thread
From: Yoshinori Sato @ 2022-01-12  9:02 UTC (permalink / raw)
  To: gcc-patches; +Cc: Yoshinori Sato

sh-linux not supported any SH1 and SH2a little-endian.
Add exceptios it.

gcc/ChangeLog:

	* config/sh/t-linux (MULTILIB_EXCEPTIONS): Add m1, mb/m1 and m2a.
---
 gcc/config/sh/t-linux | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/config/sh/t-linux b/gcc/config/sh/t-linux
index d33c6383915..ca323ca25a9 100644
--- a/gcc/config/sh/t-linux
+++ b/gcc/config/sh/t-linux
@@ -1,2 +1,3 @@
 MULTILIB_DIRNAMES= 
-MULTILIB_MATCHES = 
+MULTILIB_MATCHES= 
+MULTILIB_EXCEPTIONS=m1 mb/m1 m2a
-- 
2.30.2


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

* Re: [PATCH] sh-linux fix target cpu
  2022-01-12  9:02 [PATCH] sh-linux fix target cpu Yoshinori Sato
@ 2022-01-28 22:18 ` Jeff Law
  2022-01-31  2:05   ` Oleg Endo
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Law @ 2022-01-28 22:18 UTC (permalink / raw)
  To: Yoshinori Sato, gcc-patches



On 1/12/2022 2:02 AM, Yoshinori Sato wrote:
> sh-linux not supported any SH1 and SH2a little-endian.
> Add exceptios it.
>
> gcc/ChangeLog:
>
> 	* config/sh/t-linux (MULTILIB_EXCEPTIONS): Add m1, mb/m1 and m2a.
Thanks.  Technically this is probably too late to make gcc-12 as we're 
in stage4 (regression fixes only).  BUt it was posted during stage3 
(general bugfixing) and is very very low risk.

I went ahead and committed it for you.

Thanks, and sorry for the delays.

jeff

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

* Re: [PATCH] sh-linux fix target cpu
  2022-01-28 22:18 ` Jeff Law
@ 2022-01-31  2:05   ` Oleg Endo
  0 siblings, 0 replies; 3+ messages in thread
From: Oleg Endo @ 2022-01-31  2:05 UTC (permalink / raw)
  To: Jeff Law, Yoshinori Sato, gcc-patches

On Fri, 2022-01-28 at 15:18 -0700, Jeff Law via Gcc-patches wrote:
> 
> On 1/12/2022 2:02 AM, Yoshinori Sato wrote:
> > sh-linux not supported any SH1 and SH2a little-endian.
> > Add exceptios it.
> > 
> > gcc/ChangeLog:
> > 
> > 	* config/sh/t-linux (MULTILIB_EXCEPTIONS): Add m1, mb/m1 and m2a.
> Thanks.  Technically this is probably too late to make gcc-12 as we're 
> in stage4 (regression fixes only).  BUt it was posted during stage3 
> (general bugfixing) and is very very low risk.
> 
> I went ahead and committed it for you.
> 
> Thanks, and sorry for the delays.


Thanks, Jeff!

Cheers,
Oleg


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

end of thread, other threads:[~2022-01-31  2:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-12  9:02 [PATCH] sh-linux fix target cpu Yoshinori Sato
2022-01-28 22:18 ` Jeff Law
2022-01-31  2:05   ` Oleg Endo

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