diff options
author | joerg <joerg> | 2006-09-23 12:47:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-09-23 12:47:58 +0000 |
commit | 1d529864dca49a8751c116f5f085c1b79bc9ce12 (patch) | |
tree | e3840794d20dba11303d14719b05c88cbdff2cae /lang | |
parent | bcaa74d78c4bb00b45e3ba6f025114edd61b83a2 (diff) | |
download | pkgsrc-1d529864dca49a8751c116f5f085c1b79bc9ce12.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.common | 4 |
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 |