diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-12 20:10:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-12 20:10:17 +0000 |
commit | c365788409ec39db1ea611b3cec080233057f3e3 (patch) | |
tree | 573130aebaac8eaf20f4369bed4b664dcd124853 /lang/gcc | |
parent | e16b1b92b0a4ef76bad9222def2c644c5d9cd39b (diff) | |
download | pkgsrc-c365788409ec39db1ea611b3cec080233057f3e3.tar.gz |
Can't work on DragonFly due to missing TLS support.
Diffstat (limited to 'lang/gcc')
-rw-r--r-- | lang/gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 3a759c58248..3efedfb9697 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2006/09/27 15:46:11 abs Exp $ +# $NetBSD: Makefile,v 1.90 2007/06/12 20:10:17 joerg Exp $ DISTNAME= gcc-2.95.3 PKGREVISION= 7 @@ -15,7 +15,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gcc/gcc.html COMMENT= GNU Compiler Collection, version 2 -NOT_FOR_PLATFORM= Darwin-*-* Interix-*-* *-*-x86_64 +NOT_FOR_PLATFORM= Darwin-*-* Interix-*-* *-*-x86_64 DragonFly-*-* USE_TOOLS+= gmake MAKEFLAGS+= GMAKE_LOCALE=no |