]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cr16: remove leftover in config.gcc
authorMartin Liska <mliska@suse.cz>
Wed, 31 Aug 2022 07:07:01 +0000 (09:07 +0200)
committerMartin Liska <mliska@suse.cz>
Wed, 31 Aug 2022 07:07:36 +0000 (09:07 +0200)
gcc/ChangeLog:

* config.gcc: Remove cr16.

gcc/config.gcc

index 8e8e1d0513fac8afe5a85cb61006e69c3a233964..1104508488818ff589dbc0890cf3fc475ae5977a 100644 (file)
@@ -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"