public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6929] sh-linux fix target cpu
@ 2022-01-28 22:17 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2022-01-28 22:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:06995c2958aaae7e1f60b7d8aa5f07ffda10880a

commit r12-6929-g06995c2958aaae7e1f60b7d8aa5f07ffda10880a
Author: Yoshinori Sato <yo-satoh@sios.com>
Date:   Fri Jan 28 17:16:47 2022 -0500

    sh-linux fix target cpu
    
    sh-linux not supported any SH1 and SH2a little-endian.
    
    gcc
    
            * config/sh/t-linux (MULTILIB_EXCEPTIONS): Add m1, mb/m1 and m2a.

Diff:
---
 gcc/config/sh/t-linux | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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


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

only message in thread, other threads:[~2022-01-28 22:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28 22:17 [gcc r12-6929] sh-linux fix target cpu 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).