summaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>2016-06-21 21:57:34 +0000
committerTrevor Saunders <tbsaunde@gcc.gnu.org>2016-06-21 21:57:34 +0000
commit5ebf89bde62fbdede2cf962ba23bbe5f6e5402fd (patch)
tree325d613db202a81415d28485ea993ed86931ad97 /libgcc
parent8466af0668a71af6e3a9d75ad37f080e94d4f09c (diff)
downloadgcc-5ebf89bde62fbdede2cf962ba23bbe5f6e5402fd.tar.gz
remove h8300-rtems support
contrib/ChangeLog: 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> * config-list.mk: Remove h8300-rtems support. libgcc/ChangeLog: 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> * config.host: Remove h8300-rtems support. gcc/ChangeLog: 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> * config.gcc: Remove h8300-rtems support. * config/h8300/rtems.h: Remove. * config/h8300/t-rtems: Remove. From-SVN: r237663
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config.host5
2 files changed, 4 insertions, 5 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 84bdfc8bc8e..113f6150a7d 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,5 +1,9 @@
2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
+ * config.host: Remove h8300-rtems support.
+
+2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
+
* config.host: Remove support for knetbsd.
2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
diff --git a/libgcc/config.host b/libgcc/config.host
index 12b69cfa3f9..319810fcb27 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"