diff options
author | marino <marino@pkgsrc.org> | 2012-01-29 16:13:06 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-01-29 16:13:06 +0000 |
commit | fd0211ead78552fdbc15ed59436b06fbfb07b468 (patch) | |
tree | e0bdb47d6da4d09e6664bdd5d82712e27e533cb2 | |
parent | 1287d108bbca24da2117f01d9f22d17474ec9c12 (diff) | |
download | pkgsrc-fd0211ead78552fdbc15ed59436b06fbfb07b468.tar.gz |
lang/gcc45: Mark NOT-FOR-DRAGONFLY
This compiler requires binutils 2.17 which A) doesn't build on DragonFly
and B) is a significant downgrade over the system binutils. DragonFly
users should look at lang/gnat-aux for a pkgsrc compiler which is based
on gcc 4.6. lang/gcc46 doesn't build on DragonFly either, but it may be
worth fixing that package. This one isn't worth the effort for us.
-rw-r--r-- | lang/gcc45/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index 2cdb1829ab0..1e063138d02 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/01/14 02:09:36 hans Exp $ +# $NetBSD: Makefile,v 1.5 2012/01/29 16:13:06 marino Exp $ DISTNAME= gcc-${GCC_VERSION} PKGNAME= gcc45-${GCC_VERSION} @@ -29,7 +29,7 @@ MESSAGE_SUBST+= GCC_PREFIX=${GCC_PREFIX} # To avoid GNU surprises CONFIG_SHELL= ${TOOLS_PATH.bash} -NOT_FOR_PLATFORM= Interix-*-* +NOT_FOR_PLATFORM= Interix-*-* DragonFly-*-* UNLIMIT_RESOURCES+= datasize UNLIMIT_RESOURCES+= stacksize |