From af4f78a50f6e4607b6cf227392da3184d3fcb900 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Tue, 5 Nov 2013 19:53:42 +0100 Subject: [PATCH] t-rtems (MULTILIB_MATCHES): Fix option typos. * config/i386/t-rtems (MULTILIB_MATCHES): Fix option typos. From-SVN: r204410 --- 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 6523c77d4af2..e352f083d6e8 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-10-26 Uros Bizjak Backport from mainline diff --git a/gcc/config/i386/t-rtems b/gcc/config/i386/t-rtems index 07d7e5f6a792..1b66bb1703da 100644 --- a/gcc/config/i386/t-rtems +++ b/gcc/config/i386/t-rtems @@ -18,11 +18,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.47.2