From 7bf586c62ed59ecb4f0f08bd42a5a67aab514023 Mon Sep 17 00:00:00 2001 From: tobiasu Date: Mon, 28 Jan 2013 01:03:05 +0000 Subject: [PATCH] Remove sparc, m68k, and vax from the list of working architectures. Their respective gcc backend ports are unfinished and broken. ok pascal@ --- lang/gcc/4.2/Makefile | 7 ++++--- lang/gcc/4.6/Makefile | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/lang/gcc/4.2/Makefile b/lang/gcc/4.2/Makefile index 56be5c6c851..c36a494c4b1 100644 --- a/lang/gcc/4.2/Makefile +++ b/lang/gcc/4.2/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.90 2013/01/27 15:00:23 tobiasu Exp $ +# $OpenBSD: Makefile,v 1.91 2013/01/28 01:03:05 tobiasu Exp $ + +# TODO: hppa mips64 mips64el sh sparc +ONLY_FOR_ARCHS = alpha i386 sparc64 powerpc amd64 arm -ONLY_FOR_ARCHS = alpha i386 m68k sparc sparc64 powerpc vax amd64 arm -#BROKEN=adjust for types changes DPB_PROPERTIES = parallel V = 4.2.4 diff --git a/lang/gcc/4.6/Makefile b/lang/gcc/4.6/Makefile index dfd8f2e58fc..b92bed1ce3a 100644 --- a/lang/gcc/4.6/Makefile +++ b/lang/gcc/4.6/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.46 2013/01/23 18:26:55 pascal Exp $ +# $OpenBSD: Makefile,v 1.47 2013/01/28 01:03:05 tobiasu Exp $ -ONLY_FOR_ARCHS = alpha amd64 hppa i386 powerpc sparc sparc64 +ONLY_FOR_ARCHS = alpha amd64 hppa i386 powerpc sparc64 DPB_PROPERTIES = parallel V = 4.6.3