public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [SH, 4.7, committed] Backport fix for m2a-single-only multilib
@ 2013-03-25 22:17 Oleg Endo
  0 siblings, 0 replies; only message in thread
From: Oleg Endo @ 2013-03-25 22:17 UTC (permalink / raw)
  To: gcc-patches

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

Hi,

I've backported this one
http://gcc.gnu.org/ml/gcc-patches/2012-03/msg01970.html

to the 4.7 branch.

Cheers,
Oleg

gcc/ChangeLog:
	Backport from mainline:
	2012-04-03  Kaz Kojima  <kkojima@gcc.gnu.org>

	* config/sh/t-sh (MULTILIB_MATCHES): Match m2a-single-only
	to m2a-single instead of m2e.


[-- Attachment #2: sh_m2a_single_only.patch --]
[-- Type: text/x-patch, Size: 695 bytes --]

Index: gcc/config/sh/t-sh
===================================================================
--- gcc/config/sh/t-sh	(revision 197065)
+++ gcc/config/sh/t-sh	(working copy)
@@ -37,7 +37,7 @@
   for abi in m1,m2,m3,m4-nofpu,m4-100-nofpu,m4-200-nofpu,m4-400,m4-500,m4-340,m4-300-nofpu,m4al,m4a-nofpu \
              m1,m2,m2a-nofpu \
              m2e,m3e,m4-single-only,m4-100-single-only,m4-200-single-only,m4-300-single-only,m4a-single-only \
-             m2e,m2a-single-only \
+             m2a-single,m2a-single-only \
              m4-single,m4-100-single,m4-200-single,m4-300-single,m4a-single \
              m4,m4-100,m4-200,m4-300,m4a \
              m5-32media,m5-compact,m5-32media \

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

only message in thread, other threads:[~2013-03-25 22:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-25 22:17 [SH, 4.7, committed] Backport fix for m2a-single-only multilib 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).