diff options
author | tbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-06-21 21:57:34 +0000 |
---|---|---|
committer | tbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-06-21 21:57:34 +0000 |
commit | dac5da063470d2885c184d95c7d8a4b224867a33 (patch) | |
tree | 325d613db202a81415d28485ea993ed86931ad97 /contrib | |
parent | 79573034d4fecbbb45ca9b4ff376274bf89b23e3 (diff) | |
download | gcc-dac5da063470d2885c184d95c7d8a4b224867a33.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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237663 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rw-r--r-- | contrib/config-list.mk | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index ee8280ec38f..b610eeadd8c 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,5 +1,9 @@ 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> + * config-list.mk: Remove h8300-rtems support. + +2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> + * config-list.mk: stop testing knetbsd. 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> diff --git a/contrib/config-list.mk b/contrib/config-list.mk index c1a3d36e22d..243c3cd46e6 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -41,8 +41,7 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ bfin-elf bfin-uclinux bfin-linux-uclibc bfin-rtems bfin-openbsd \ c6x-elf c6x-uclinux cr16-elf cris-elf cris-linux crisv32-elf crisv32-linux \ epiphany-elf epiphany-elfOPT-with-stack-offset=16 fido-elf \ - fr30-elf frv-elf frv-linux ft32-elf h8300-elf \ - h8300-rtemsOPT-enable-obsolete hppa-linux-gnu \ + fr30-elf frv-elf frv-linux ft32-elf h8300-elf hppa-linux-gnu \ hppa-linux-gnuOPT-enable-sjlj-exceptions=yes hppa64-linux-gnu \ hppa2.0-hpux10.1 hppa64-hpux11.3 \ hppa64-hpux11.0OPT-enable-sjlj-exceptions=yes hppa2.0-hpux11.9 \ |