From: Uros Bizjak Date: Tue, 5 Nov 2013 18:22:12 +0000 (+0100) Subject: t-rtems (MULTILIB_MATCHES): Fix option typos. X-Git-Tag: upstream/12.2.0~66837 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b632a0635cd031a7c23fcf0e6d3b52ffd9d047d;p=platform%2Fupstream%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 5da271f..9ad90d7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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 for !TARGET_80387. * config/i386/rtemself.h (TARGET_OS_CPP_BUILTINS): Do not define diff --git a/gcc/config/i386/t-rtems b/gcc/config/i386/t-rtems index 6161ec1..fef4c22 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*