diff options
author | Trevor Saunders <tbsaunde+gcc@tbsaunde.org> | 2016-06-21 21:57:25 +0000 |
---|---|---|
committer | Trevor Saunders <tbsaunde@gcc.gnu.org> | 2016-06-21 21:57:25 +0000 |
commit | d980e73865448313fc6d47a0a48b8195f2100230 (patch) | |
tree | 51c459a5a12a8701de5609af52e6378513831c52 /libgcc/config.host | |
parent | ee2499b4d4fe5897d83a315fa0064ee89067f230 (diff) | |
download | gcc-d980e73865448313fc6d47a0a48b8195f2100230.zip gcc-d980e73865448313fc6d47a0a48b8195f2100230.tar.gz gcc-d980e73865448313fc6d47a0a48b8195f2100230.tar.bz2 |
remove support for targeting openbsd 2 or 3
contrib/ChangeLog:
2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* config-list.mk: Stop testing openbsd3.0.
libgcc/ChangeLog:
2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* config.host: Remove support for openbsd 2 and 3.
gcc/ChangeLog:
2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* config.gcc: Remove support for openbsd 2 and 3.
* config/openbsd-oldgas.h: Remove.
From-SVN: r237661
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 2f55fbd..0d9bb0d 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -603,8 +603,6 @@ i[34567]86-*-netbsdelf*) x86_64-*-netbsd*) tmake_file="${tmake_file} i386/t-crtstuff" ;; -i[34567]86-*-openbsd2.*|i[34567]86-*openbsd3.[0123]) - ;; i[34567]86-*-openbsd*) ;; x86_64-*-openbsd*) |