Hello!

2013-11-05  Uros Bizjak  <ubiz...@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.
Index: ChangeLog
===================================================================
--- ChangeLog   (revision 204405)
+++ ChangeLog   (working copy)
@@ -1,5 +1,9 @@
 2013-11-05  Uros Bizjak  <ubiz...@gmail.com>
 
+       * config/i386/t-rtems (MULTILIB_MATCHES): Fix option typos.
+
+2013-11-05  Uros Bizjak  <ubiz...@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*

Reply via email to