From 5ebf89bde62fbdede2cf962ba23bbe5f6e5402fd Mon Sep 17 00:00:00 2001 From: Trevor Saunders Date: Tue, 21 Jun 2016 21:57:34 +0000 Subject: remove h8300-rtems support contrib/ChangeLog: 2016-06-21 Trevor Saunders * config-list.mk: Remove h8300-rtems support. libgcc/ChangeLog: 2016-06-21 Trevor Saunders * config.host: Remove h8300-rtems support. gcc/ChangeLog: 2016-06-21 Trevor Saunders * config.gcc: Remove h8300-rtems support. * config/h8300/rtems.h: Remove. * config/h8300/t-rtems: Remove. From-SVN: r237663 --- libgcc/ChangeLog | 4 ++++ libgcc/config.host | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'libgcc') diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 84bdfc8..113f615 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,5 +1,9 @@ 2016-06-21 Trevor Saunders + * config.host: Remove h8300-rtems support. + +2016-06-21 Trevor Saunders + * config.host: Remove support for knetbsd. 2016-06-21 Trevor Saunders diff --git a/libgcc/config.host b/libgcc/config.host index 12b69cf..319810f 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -495,11 +495,6 @@ ft32-*-elf) tmake_file="ft32/t-ft32 t-softfp-sfdf t-softfp-excl t-softfp" extra_parts="$extra_parts crti.o crti-hw.o crtn.o" ;; -h8300-*-rtems*) - tmake_file="$tmake_file h8300/t-h8300 t-fpbit" - tm_file="$tm_file h8300/h8300-lib.h" - extra_parts="$extra_parts crti.o crtn.o" - ;; h8300-*-elf*) tmake_file="$tmake_file h8300/t-h8300 t-fpbit" tm_file="$tm_file h8300/h8300-lib.h" -- cgit v1.1