diff mbox

[i386] : Fix MULTILIB_MATCHES option typos in t-rtems

Message ID CAFULd4aozqeyckn62nj9M7zHjg6m2N70n8Yq7yV2CJ_VcTtCaA@mail.gmail.com
State New
Headers show

Commit Message

Uros Bizjak Nov. 5, 2013, 6:21 p.m. UTC
Hello!

2013-11-05  Uros Bizjak  <ubizjak@gmail.com>

    * config/i386/t-rtems (MULTILIB_MATCHES): Fix option typos.

Committed to SVN mainline as obvious, should be backported to other
release branches.

Uros.

Comments

Ralf Corsepius Nov. 5, 2013, 6:43 p.m. UTC | #1
On 11/05/2013 07:21 PM, Uros Bizjak wrote:
> Hello!
>
> 2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
>
>      * config/i386/t-rtems (MULTILIB_MATCHES): Fix option typos.
>
> Committed to SVN mainline as obvious, should be backported to other
> release branches.
Yikes! Could you please apply it to all open GCC branches?

Ralf
Uros Bizjak Nov. 5, 2013, 6:54 p.m. UTC | #2
On Tue, Nov 5, 2013 at 7:43 PM, Ralf Corsepius <ralf.corsepius@gmail.com> wrote:

>> 2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
>>
>>      * config/i386/t-rtems (MULTILIB_MATCHES): Fix option typos.
>>
>> Committed to SVN mainline as obvious, should be backported to other
>> release branches.
>
> Yikes! Could you please apply it to all open GCC branches?

Done.

Uros.
Ralf Corsepius Nov. 6, 2013, 8:35 a.m. UTC | #3
On 11/05/2013 07:54 PM, Uros Bizjak wrote:
> On Tue, Nov 5, 2013 at 7:43 PM, Ralf Corsepius <ralf.corsepius@gmail.com> wrote:
>
>>> 2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
>>>
>>>       * config/i386/t-rtems (MULTILIB_MATCHES): Fix option typos.
>>>
>>> Committed to SVN mainline as obvious, should be backported to other
>>> release branches.
>> Yikes! Could you please apply it to all open GCC branches?
> Done.
Thanks,

     Ralf
diff mbox

Patch

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 204405)
+++ ChangeLog	(working copy)
@@ -1,5 +1,9 @@ 
 2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
 
+	* config/i386/t-rtems (MULTILIB_MATCHES): Fix option typos.
+
+2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
+
 	* config/i386/i386-c.c (ix86_target_macros): Define _SOFT_FLOAT
 	for !TARGET_80387.
 	* config/i386/rtemself.h (TARGET_OS_CPP_BUILTINS): Do not define
Index: config/i386/t-rtems
===================================================================
--- config/i386/t-rtems	(revision 204405)
+++ config/i386/t-rtems	(working copy)
@@ -17,11 +17,10 @@ 
 # <http://www.gnu.org/licenses/>.
 #
 
-MULTILIB_OPTIONS = mtune=i486/mtune=pentium/mtune=pentiumpro \
-msoft-float
+MULTILIB_OPTIONS = mtune=i486/mtune=pentium/mtune=pentiumpro msoft-float
 MULTILIB_DIRNAMES= m486 mpentium mpentiumpro soft-float
-MULTILIB_MATCHES = msoft-float=mno-m80387
-MULTILIB_MATCHES += mtune?pentium=mtune?k6 mtune?pentiumpro=mtune?mathlon
+MULTILIB_MATCHES = msoft-float=mno-80387
+MULTILIB_MATCHES += mtune?pentium=mtune?k6 mtune?pentiumpro=mtune?athlon
 MULTILIB_EXCEPTIONS = \
 mtune=pentium/*msoft-float* \
 mtune=pentiumpro/*msoft-float*