projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f479d7
)
* config.gcc: Mark tile* targets as deprecated/obsolete.
author
Jeff Law
<law@redhat.com>
Fri, 27 Apr 2018 19:25:47 +0000
(13:25 -0600)
committer
Jeff Law
<law@gcc.gnu.org>
Fri, 27 Apr 2018 19:25:47 +0000
(13:25 -0600)
From-SVN: r259724
gcc/ChangeLog
patch
|
blob
|
history
gcc/config.gcc
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 4db67b8d069626305a807822ea97036b971daea1..f81b09f8739e378974294d20f23f209fe1ddb365 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/config.gcc
b/gcc/config.gcc
index e58494c1c1737aa049960b0a15739d84a65416a0..a5defb0f005875b4c7bd3cf6f485eb3543a38439 100644
(file)
--- a/
gcc/config.gcc
+++ b/
gcc/config.gcc
@@
-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