aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-08-31 09:07:01 +0200
committerMartin Liska <mliska@suse.cz>2022-08-31 09:07:36 +0200
commitc641305c4c778bf384147044bb245e0e03672699 (patch)
tree1525e2504eaee75140003fe933133c815388107b
parenta542e4d67306f207845ce2a3036d5360654a6a8c (diff)
downloadgcc-c641305c4c778bf384147044bb245e0e03672699.zip
gcc-c641305c4c778bf384147044bb245e0e03672699.tar.gz
gcc-c641305c4c778bf384147044bb245e0e03672699.tar.bz2
cr16: remove leftover in config.gcc
gcc/ChangeLog: * config.gcc: Remove cr16.
-rw-r--r--gcc/config.gcc8
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 8e8e1d0..1104508 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -248,8 +248,7 @@ md_file=
# Obsolete configurations.
case ${target} in
- cr16-*-* \
- | hppa[12]*-*-hpux10* \
+ hppa[12]*-*-hpux10* \
| hppa[12]*-*-hpux11* \
)
if test "x$enable_obsolete" != xyes; then
@@ -1551,11 +1550,6 @@ bpf-*-*)
extra_objs="coreout.o"
target_gtfiles="$target_gtfiles \$(srcdir)/config/bpf/coreout.cc"
;;
-cr16-*-elf)
- tm_file="elfos.h ${tm_file} newlib-stdint.h"
- tmake_file="${tmake_file} cr16/t-cr16 "
- use_collect2=no
- ;;
cris-*-elf | cris-*-none)
tm_file="elfos.h newlib-stdint.h ${tm_file}"
tmake_file="cris/t-cris cris/t-elfmulti"