From 4b632a0635cd031a7c23fcf0e6d3b52ffd9d047d Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Tue, 5 Nov 2013 19:22:12 +0100 Subject: [PATCH] t-rtems (MULTILIB_MATCHES): Fix option typos. * config/i386/t-rtems (MULTILIB_MATCHES): Fix option typos. From-SVN: r204407 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/t-rtems | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) 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* -- 2.7.4