diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2017-06-13 19:15:42 +0200 |
---|---|---|
committer | Segher Boessenkool <segher@gcc.gnu.org> | 2017-06-13 19:15:42 +0200 |
commit | 2f5f2b57e98ec7c3eff13915e8f553c399e21ee7 (patch) | |
tree | 13a5441153085d8e825d8b364714bb0ca8e10eba | |
parent | 22f8f4a94330430f54b756e27c304db47eb4fa0b (diff) | |
download | gcc-2f5f2b57e98ec7c3eff13915e8f553c399e21ee7.zip gcc-2f5f2b57e98ec7c3eff13915e8f553c399e21ee7.tar.gz gcc-2f5f2b57e98ec7c3eff13915e8f553c399e21ee7.tar.bz2 |
rs6000: Updates to t-rtems
* config/rs6000/t-rtems: Don't handle SPE.
From-SVN: r249167
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/t-rtems | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 153473a..89f225e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org> + * config/rs6000/t-rtems: Don't handle SPE. + +2017-06-13 Segher Boessenkool <segher@kernel.crashing.org> + * config/rs6000/t-linux: Don't handle SPE. 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org> diff --git a/gcc/config/rs6000/t-rtems b/gcc/config/rs6000/t-rtems index 723c6a3..8290f5c 100644 --- a/gcc/config/rs6000/t-rtems +++ b/gcc/config/rs6000/t-rtems @@ -33,8 +33,8 @@ MULTILIB_DIRNAMES += m32 MULTILIB_OPTIONS += msoft-float MULTILIB_DIRNAMES += nof -MULTILIB_OPTIONS += mno-spe/mno-altivec -MULTILIB_DIRNAMES += nospe noaltivec +MULTILIB_OPTIONS += mno-altivec +MULTILIB_DIRNAMES += noaltivec MULTILIB_MATCHES += ${MULTILIB_MATCHES_ENDIAN} MULTILIB_MATCHES += ${MULTILIB_MATCHES_SYSV} @@ -68,7 +68,7 @@ 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/mno-spe +MULTILIB_REQUIRED += mcpu=8540/msoft-float MULTILIB_REQUIRED += mcpu=860 MULTILIB_REQUIRED += mcpu=e6500/m32 MULTILIB_REQUIRED += mcpu=e6500/m32/msoft-float/mno-altivec |