remove knetbsd support

Programming / Compilers / GCC - tbsaunde [138bc75d-0d04-0410-961f-82ee72b054a4] - 21 June 2016 16:57 UTC

gcc/ChangeLog:

2016-06-21 Trevor Saunders

- config.gcc: Remove support for knetbsd.
- configure.ac: Likewise.
- config/i386/knetbsd-gnu.h: Remove. * config/i386/knetbsd-gnu64.h: Remove.
- config/knetbsd-gnu.h: Remove.
- configure: Regenerate.

libgcc/ChangeLog:

2016-06-21 Trevor Saunders

- config.host: Remove support for knetbsd.

libstdc++-v3/ChangeLog:

2016-06-21 Trevor Saunders

- configure: Regenerate.
- configure.host: Remove support for knetbsd.
- crossconfig.m4: Likewise.

contrib/ChangeLog:

2016-06-21 Trevor Saunders

- config-list.mk: stop testing knetbsd.

7957303 remove knetbsd support
contrib/ChangeLog | 4 ++++
contrib/config-list.mk | 4 ++--
gcc/ChangeLog | 8 ++++++++
gcc/config.gcc | 17 +++++------------
gcc/config/i386/knetbsd-gnu.h | 21 ---------------------
gcc/config/i386/knetbsd-gnu64.h | 26 --------------------------
gcc/config/knetbsd-gnu.h | 35 -----------------------------------
gcc/configure | 10 +++-------
gcc/configure.ac | 2 +-
libgcc/ChangeLog | 4 ++++
libgcc/config.host | 7 +++----
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/configure | 2 +-
libstdc++-v3/configure.host | 2 +-
libstdc++-v3/crossconfig.m4 | 2 +-
15 files changed, 39 insertions(+), 111 deletions(-)

Upstream: gcc.gnu.org


  • Share