* config.gcc: Obsolete c4x-* and tic4x-*.
From-SVN: r98908
This commit is contained in:
parent
1c91de89b8
commit
c261cca918
2 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
* modulo-sched.c, tree-stdarg.c: Use targetm.foo instead of
|
||||
(*targetm.foo).
|
||||
|
||||
* config.gcc: Obsolete c4x-* and tic4x-*.
|
||||
|
||||
2005-04-28 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
* c-typeck.c (build_compound_expr): Correct logic in last change.
|
||||
|
|
|
@ -189,6 +189,8 @@ case ${target} in
|
|||
| ip2k-*-elf \
|
||||
| ns32k-*-netbsdelf* \
|
||||
| ns32k-*-netbsd* \
|
||||
| c4x-* \
|
||||
| tic4x-* \
|
||||
)
|
||||
if test "x$enable_obsolete" != xyes; then
|
||||
echo "*** Configuration ${target} is obsolete." >&2
|
||||
|
|
Loading…
Add table
Reference in a new issue