From: Yoshinori Sato Date: Fri, 28 Jan 2022 22:16:47 +0000 (-0500) Subject: sh-linux fix target cpu X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06995c2958aaae7e1f60b7d8aa5f07ffda10880a;p=test_jj.git 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 --git a/gcc/config/sh/t-linux b/gcc/config/sh/t-linux index d33c638..4866dac 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