From d980e73865448313fc6d47a0a48b8195f2100230 Mon Sep 17 00:00:00 2001 From: Trevor Saunders Date: Tue, 21 Jun 2016 21:57:25 +0000 Subject: remove support for targeting openbsd 2 or 3 contrib/ChangeLog: 2016-06-21 Trevor Saunders * config-list.mk: Stop testing openbsd3.0. libgcc/ChangeLog: 2016-06-21 Trevor Saunders * config.host: Remove support for openbsd 2 and 3. gcc/ChangeLog: 2016-06-21 Trevor Saunders * config.gcc: Remove support for openbsd 2 and 3. * config/openbsd-oldgas.h: Remove. From-SVN: r237661 --- libgcc/ChangeLog | 4 ++++ libgcc/config.host | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'libgcc') diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index d50e0bc..417dbdb 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,5 +1,9 @@ 2016-06-21 Trevor Saunders + * config.host: Remove support for openbsd 2 and 3. + +2016-06-21 Trevor Saunders + * config.host: Remove interix support. * config/i386/t-interix: Remove. 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*) -- cgit v1.1