From 0fbd5a8ef1febd3ab7d594c8fd7c8431fff9bd38 Mon Sep 17 00:00:00 2001 From: marino Date: Tue, 7 Aug 2012 15:16:35 +0000 Subject: lang/gcc46: Mark NOT-FOR-DRAGONFLY A very large number of patches is required to properly build a stock gcc on DragonFly, as evidenced by the patches added to lang/gcc47. DragonFly already has a very good gcc46-based compiler in lang/gnat-aux. DragonFly users that specifically need gcc46 have been told to use gnat-aux. There's no need to make maintenance of lang/gcc46 harder so it's masked on DragonFly to show its intentionally unsupported. --- lang/gcc46/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 72cc566af7f..3a1f08a0117 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/06/08 15:42:29 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2012/08/07 15:16:35 marino Exp $ DISTNAME= gcc-${GCC_VERSION} PKGNAME= gcc46-${GCC_VERSION} @@ -27,7 +27,7 @@ MESSAGE_SUBST+= GCC_PREFIX=${GCC_PREFIX} # To avoid GNU surprises CONFIG_SHELL= ${TOOLS_PATH.bash} -NOT_FOR_PLATFORM= Interix-*-* +NOT_FOR_PLATFORM= Interix-*-* DragonFly-*-* UNLIMIT_RESOURCES+= datasize UNLIMIT_RESOURCES+= stacksize -- cgit v1.2.3