diff options
Diffstat (limited to 'lang/gwydion-dylan')
-rw-r--r-- | lang/gwydion-dylan/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gwydion-dylan/Makefile b/lang/gwydion-dylan/Makefile index 575ff98ab95..e3ea38ea04c 100644 --- a/lang/gwydion-dylan/Makefile +++ b/lang/gwydion-dylan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/11/05 07:14:51 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2008/09/07 23:55:41 dholland Exp $ # DISTNAME= gwydion-dylan-${DYLAN_VERSION} @@ -24,6 +24,8 @@ CONFIGURE_ARGS+= --enable-mindy-bootstrap DYLAN_VERSION= 2.4.0 # other architecture changes will be gratefully received +# (but note: don't enable platforms you haven't explicitly tested, as +# they are liable to hang in the mindy debugger and hose bulk builds.) ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc NetBSD-*-powerpc .include "../../mk/bsd.prefs.mk" |