Message ID | 202001181326.00IDQDfL003262@ignucius.se.axis.com |
---|---|
State | New |
Headers | show |
Series | [COMMITTED] config.gcc <obsolete targets>: Add crisv32-*-* and cris-*-linux* | expand |
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 423899d3988..b4c45a45087 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2020-01-17 Hans-Peter Nilsson <hp@axis.com> + + * config.gcc <obsolete targets>: Add crisv32-*-* and cris-*-linux* + 2020-01-17 Richard Sandiford <richard.sandiford@arm.com> * gimplify.c (gimplify_return_expr): Use poly_int_tree_p rather diff --git a/gcc/config.gcc b/gcc/config.gcc index 5a2f1730477..5532a7be6ac 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -248,6 +248,8 @@ md_file= # Obsolete configurations. case ${target} in tile*-*-* \ + | crisv32-*-* \ + | cris-*-linux* \ ) if test "x$enable_obsolete" != xyes; then echo "*** Configuration ${target} is obsolete." >&2