public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* sh-*-linux build failure
@ 2015-03-08  8:14 Yoshinori Sato
  2015-03-08 13:14 ` Oleg Endo
  0 siblings, 1 reply; 7+ messages in thread
From: Yoshinori Sato @ 2015-03-08  8:14 UTC (permalink / raw)
  To: gcc-patches

Bootstrap failed in following configuration.

configure --target=sh-unknown-linux --enable-languages=c --disable-libatomic --disable-threads --disable-shared --disable-libssp --disable-libquadmath --disable-libgomp

xgcc: error: SH2a does not support little-endian

So add build exception for SH2A.

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ce183a0..1fb2344 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-08  Yoshinori Sato <ysato@users.sourceforge.jp>
+
+	* config/sh/t-linux: Add exception for SH2A.
+
 2015-03-05  Jan Hubicka  <hubicka@ucw.cz>
 
 	PR ipa/65316
diff --git a/gcc/config/sh/t-linux b/gcc/config/sh/t-linux
index d33c638..22b8e3e 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 = m2a m2a/ml

-- 
Yoshinori Sato
<ysato@users.sourceforge.jp>

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

end of thread, other threads:[~2015-03-10 11:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-08  8:14 sh-*-linux build failure Yoshinori Sato
2015-03-08 13:14 ` Oleg Endo
2015-03-08 14:14   ` Kaz Kojima
2015-03-09  8:38     ` Yoshinori Sato
2015-03-09 23:19       ` Kaz Kojima
2015-03-10  9:05         ` Oleg Endo
2015-03-10 11:06           ` Kaz Kojima

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