t-rtems (MULTILIB_MATCHES): Fix option typos.

* config/i386/t-rtems (MULTILIB_MATCHES): Fix option typos.

From-SVN: r204407
This commit is contained in:
Uros Bizjak 2013-11-05 19:22:12 +01:00 committed by Uros Bizjak
parent 136d4b89f0
commit 4b632a0635
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2013-11-05 Uros Bizjak <ubizjak@gmail.com>
* config/i386/t-rtems (MULTILIB_MATCHES): Fix option typos.
2013-11-05 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386-c.c (ix86_target_macros): Define _SOFT_FLOAT

View File

@ -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*