From: Uros Bizjak Date: Tue, 5 Nov 2013 18:22:12 +0000 (+0100) Subject: t-rtems (MULTILIB_MATCHES): Fix option typos. X-Git-Tag: releases/gcc-4.9.0~3023 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b632a0635cd031a7c23fcf0e6d3b52ffd9d047d;p=thirdparty%2Fgcc.git t-rtems (MULTILIB_MATCHES): Fix option typos. * config/i386/t-rtems (MULTILIB_MATCHES): Fix option typos. From-SVN: r204407 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5da271fe8620..9ad90d7a63ec 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-11-05 Uros Bizjak + + * config/i386/t-rtems (MULTILIB_MATCHES): Fix option typos. + 2013-11-05 Uros Bizjak * config/i386/i386-c.c (ix86_target_macros): Define _SOFT_FLOAT diff --git a/gcc/config/i386/t-rtems b/gcc/config/i386/t-rtems index 6161ec100909..fef4c22e9c16 100644 --- a/gcc/config/i386/t-rtems +++ b/gcc/config/i386/t-rtems @@ -17,11 +17,10 @@ # . # -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*