summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-09-23 12:47:58 +0000
committerjoerg <joerg@pkgsrc.org>2006-09-23 12:47:58 +0000
commit60920d6524906b74307db09801668a03be959caa (patch)
treee3840794d20dba11303d14719b05c88cbdff2cae /lang
parent716af82c157277616441a354915b214b97609789 (diff)
downloadpkgsrc-60920d6524906b74307db09801668a03be959caa.tar.gz
Add DragonFly to list of platforms not supported by gcc 3.3.
Since the TLS support is too weak, this won't change.
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc3/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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