summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/smlnj/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/smlnj/Makefile.common b/lang/smlnj/Makefile.common
index 7cb266e1114..78a8deb360c 100644
--- a/lang/smlnj/Makefile.common
+++ b/lang/smlnj/Makefile.common
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile.common,v 1.11 2015/01/04 08:57:36 dholland Exp $
+# $NetBSD: Makefile.common,v 1.12 2015/01/05 11:03:22 wiz Exp $
#
# used by lang/smlnj/Makefile
-# used by lang/twelf/Makefile
# smlnj supports i386, hppa, sparc, ppc, mlrisc & alpha
# but this package only handles i386, ppc, and sparc.
# Extending this is left as an (easy) exercise for the reader.
-ONLY_FOR_PLATFORM+= *-*-alpha *-*-hppa *-*-i386
+ONLY_FOR_PLATFORM+= *-*-alpha *-*-hppa *-*-i386 \
*-*-mlrisc *-*-sparc *-*-powerpc
BROKEN_ON_PLATFORM= *-*-alpha *-*-hppa *-*-mlrisc