From 42867b875c386d23cae0ad66c50ab80cba47528d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 7 Apr 2020 06:33:16 +0200 Subject: [PATCH] RTEMS: Delete useless mcpu=8540 multilib The support for the 32-bit float GPRs was removed in GCC 8. gcc/ * config/rs6000/t-rtems: Delete mcpu=8540 multilib. --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/t-rtems | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f248688..c6e0db0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2020-04-07 Sebastian Huber + + * config/rs6000/t-rtems: Delete mcpu=8540 multilib. + 2020-04-07 Jakub Jelinek PR target/94500 diff --git a/gcc/config/rs6000/t-rtems b/gcc/config/rs6000/t-rtems index 7d8de04..8065a09 100644 --- a/gcc/config/rs6000/t-rtems +++ b/gcc/config/rs6000/t-rtems @@ -67,7 +67,6 @@ MULTILIB_REQUIRED += mcpu=604 MULTILIB_REQUIRED += mcpu=604/msoft-float MULTILIB_REQUIRED += mcpu=7400 MULTILIB_REQUIRED += mcpu=7400/msoft-float -MULTILIB_REQUIRED += mcpu=8540 MULTILIB_REQUIRED += mcpu=8540/msoft-float MULTILIB_REQUIRED += mcpu=860 MULTILIB_REQUIRED += mcpu=e6500/m32 -- 2.7.4