diff options
author | Trevor Saunders <tbsaunde+gcc@tbsaunde.org> | 2016-06-21 21:57:30 +0000 |
---|---|---|
committer | Trevor Saunders <tbsaunde@gcc.gnu.org> | 2016-06-21 21:57:30 +0000 |
commit | 8466af0668a71af6e3a9d75ad37f080e94d4f09c (patch) | |
tree | 64e976e57c574883ea17a191597be1ac1beef21c /gcc/configure | |
parent | d980e73865448313fc6d47a0a48b8195f2100230 (diff) | |
download | gcc-8466af0668a71af6e3a9d75ad37f080e94d4f09c.zip gcc-8466af0668a71af6e3a9d75ad37f080e94d4f09c.tar.gz gcc-8466af0668a71af6e3a9d75ad37f080e94d4f09c.tar.bz2 |
remove knetbsd support
gcc/ChangeLog:
2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* 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 <tbsaunde+gcc@tbsaunde.org>
* config.host: Remove support for knetbsd.
libstdc++-v3/ChangeLog:
2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* configure: Regenerate.
* configure.host: Remove support for knetbsd.
* crossconfig.m4: Likewise.
contrib/ChangeLog:
2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* config-list.mk: stop testing knetbsd.
From-SVN: r237662
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gcc/configure b/gcc/configure index 5648eca..9b1a404 100755 --- a/gcc/configure +++ b/gcc/configure @@ -5033,10 +5033,6 @@ case "${target}" in ;; i[34567]86-*-mingw* | x86_64-*-mingw*) ;; - i[34567]86-*-interix[3-9]*) - # Interix 3.x gcc -fpic/-fPIC options generate broken code. - # Instead, we relocate shared libraries at runtime. - ;; i[34567]86-*-nto-qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. @@ -18479,7 +18475,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 18482 "configure" +#line 18478 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -18585,7 +18581,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 18588 "configure" +#line 18584 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -28517,7 +28513,7 @@ else *-*-musl*) # All versions of musl provide stack protector gcc_cv_libc_provides_ssp=yes;; - *-*-linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu) + *-*-linux* | *-*-kfreebsd*-gnu) # glibc 2.4 and later provides __stack_chk_fail and # either __stack_chk_guard, or TLS access to stack guard canary. |