]> gcc.gnu.org Git - gcc.git/commitdiff
* config.gcc: Mark tile* targets as deprecated/obsolete.
authorJeff Law <law@redhat.com>
Fri, 27 Apr 2018 19:25:47 +0000 (13:25 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 27 Apr 2018 19:25:47 +0000 (13:25 -0600)
From-SVN: r259724

gcc/ChangeLog
gcc/config.gcc

index 4db67b8d069626305a807822ea97036b971daea1..f81b09f8739e378974294d20f23f209fe1ddb365 100644 (file)
@@ -1,3 +1,7 @@
+2018-04-27  Jeff Law  <law@redhat.com>
+
+       * config.gcc: Mark tile* targets as deprecated/obsolete.
+
 2018-04-27  Richard Biener  <rguenther@suse.de>
 
        * config/aarch64/aarch64.c: Simplify ap.__stack advance and
index e58494c1c1737aa049960b0a15739d84a65416a0..a5defb0f005875b4c7bd3cf6f485eb3543a38439 100644 (file)
@@ -237,6 +237,7 @@ md_file=
 # Obsolete configurations.
 case ${target} in
   powerpc*-*-*spe*                     \
+  | tile*-*-*                          \
  )
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration ${target} is obsolete." >&2
This page took 0.106569 seconds and 5 git commands to generate.