From 8466af0668a71af6e3a9d75ad37f080e94d4f09c Mon Sep 17 00:00:00 2001 From: Trevor Saunders Date: Tue, 21 Jun 2016 21:57:30 +0000 Subject: remove knetbsd support 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. From-SVN: r237662 --- libstdc++-v3/configure.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstdc++-v3/configure.host') diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host index 0b366ea..451c209 100644 --- a/libstdc++-v3/configure.host +++ b/libstdc++-v3/configure.host @@ -265,7 +265,7 @@ case "${host_os}" in linux-musl*) os_include_dir="os/generic" ;; - gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu) + gnu* | linux* | kfreebsd*-gnu) if [ "$uclibc" = "yes" ]; then os_include_dir="os/uclibc" elif [ "$bionic" = "yes" ]; then -- cgit v1.1