From 60920d6524906b74307db09801668a03be959caa Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 23 Sep 2006 12:47:58 +0000 Subject: Add DragonFly to list of platforms not supported by gcc 3.3. Since the TLS support is too weak, this won't change. --- lang/gcc3/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/gcc3/Makefile.common b/lang/gcc3/Makefile.common index d896acf0feb..6033aa2b4d6 100644 --- a/lang/gcc3/Makefile.common +++ b/lang/gcc3/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2006/03/20 18:15:38 jlam Exp $ +# $NetBSD: Makefile.common,v 1.23 2006/09/23 12:47:58 joerg Exp $ GCC_VERSION= 3.3.5 DISTNAME= gcc-${GCC_VERSION} @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gcc/gcc.html -NOT_FOR_PLATFORM= Darwin-*-* Interix-*-* +NOT_FOR_PLATFORM= Darwin-*-* Interix-*-* DragonFly-*-* USE_TOOLS+= gmake MAKEFLAGS+= GMAKE_LOCALE=no -- cgit v1.2.3