aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2019-04-02 14:08:06 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2019-04-02 14:08:06 +0000
commit43f47cdf13b6c1c7c648d0d04aa0404a7e899528 (patch)
treeef90ee3aea973c28badf43d394f01ba9ce83362a /gcc/config.gcc
parent59f78799922699b99f5941a88471347465d64f2a (diff)
downloadgcc-43f47cdf13b6c1c7c648d0d04aa0404a7e899528.zip
gcc-43f47cdf13b6c1c7c648d0d04aa0404a7e899528.tar.gz
gcc-43f47cdf13b6c1c7c648d0d04aa0404a7e899528.tar.bz2
Obsolete Cell Broadband Engine SPU target support
gcc/ChangeLog: 2019-04-02 Ulrich Weigand <uweigand@de.ibm.com> * config.gcc: Mark spu* targets as deprecated/obsolete. From-SVN: r270092
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 0a8830a..ebbab5d 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -248,6 +248,7 @@ md_file=
# Obsolete configurations.
case ${target} in
*-*-solaris2.10* \
+ | spu*-*-* \
| tile*-*-* \
)
if test "x$enable_obsolete" != xyes; then