This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 2/2] obsolete openbsd 2.0 and 3.X


From: Trevor Saunders <tbsaunde+gcc@tbsaunde.org>

gcc/ChangeLog:

2015-12-14  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

	* config.gcc: Makr openbsd 2.0 and 3.X as obsolete.
---
 gcc/config.gcc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/config.gcc b/gcc/config.gcc
index 59f77da..35ae048 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -238,6 +238,8 @@ md_file=
 case ${target} in
 # Currently there are no obsolete targets.
  *-knetbsd-*				\
+ | *-openbsd2*				\
+ | *-openbsd3*				\
  )
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration ${target} is obsolete." >&2
-- 
2.4.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]