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 /contrib/config-list.mk | |
parent | ee2499b4d4fe5897d83a315fa0064ee89067f230 (diff) | |
download | gcc-d980e73865448313fc6d47a0a48b8195f2100230.tar.gz |
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 'contrib/config-list.mk')
-rw-r--r-- | contrib/config-list.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 33d20060f19..33de2fc8c87 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -49,9 +49,8 @@ LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ i686-pc-linux-gnu i686-apple-darwin i686-apple-darwin9 i686-apple-darwin10 \ i486-freebsd4 i686-freebsd6 i686-kfreebsd-gnu \ i686-netbsdelf9 i686-knetbsd-gnuOPT-enable-obsolete \ - i686-openbsd i686-openbsd3.0OPT-enable-obsolete \ - i686-elf i686-kopensolaris-gnu i686-symbolics-gnu i686-pc-msdosdjgpp \ - i686-lynxos i686-nto-qnx \ + i686-openbsd i686-elf i686-kopensolaris-gnu i686-symbolics-gnu \ + i686-pc-msdosdjgpp i686-lynxos i686-nto-qnx \ i686-rtems i686-solaris2.10 i686-wrs-vxworks \ i686-wrs-vxworksae \ i686-cygwinOPT-enable-threads=yes i686-mingw32crt ia64-elf \ |