pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gcc3 Add DragonFly to list of platforms not suppo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/608bcd6c8d95
branches:  trunk
changeset: 518908:608bcd6c8d95
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Sep 23 12:47:58 2006 +0000

description:
Add DragonFly to list of platforms not supported by gcc 3.3.
Since the TLS support is too weak, this won't change.

diffstat:

 lang/gcc3/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 36dcd0244134 -r 608bcd6c8d95 lang/gcc3/Makefile.common
--- a/lang/gcc3/Makefile.common Fri Sep 22 21:53:56 2006 +0000
+++ b/lang/gcc3/Makefile.common Sat Sep 23 12:47:58 2006 +0000
@@ -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 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 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



Home | Main Index | Thread Index | Old Index