summaryrefslogtreecommitdiff
path: root/lang/ghc7
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-02-07 20:08:30 +0000
committerjoerg <joerg@pkgsrc.org>2015-02-07 20:08:30 +0000
commit363eb9e7be7d0bd80e838f53a2df511dc45cad0b (patch)
tree18a8f8d2551cbb408efab397f87cedb4fd555e73 /lang/ghc7
parent6ded44d7b02c1a79ea01990bf0917c4840f4ef50 (diff)
downloadpkgsrc-363eb9e7be7d0bd80e838f53a2df511dc45cad0b.tar.gz
Provide (invalid) value for BOOT_ARCHIVE for unknown architectures to
avoid warnings in the rest of the while.
Diffstat (limited to 'lang/ghc7')
-rw-r--r--lang/ghc7/bootstrap.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ghc7/bootstrap.mk b/lang/ghc7/bootstrap.mk
index f88580384c0..e32e31e562b 100644
--- a/lang/ghc7/bootstrap.mk
+++ b/lang/ghc7/bootstrap.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bootstrap.mk,v 1.17 2015/02/07 09:35:55 pho Exp $
+# $NetBSD: bootstrap.mk,v 1.18 2015/02/07 20:08:30 joerg Exp $
# -----------------------------------------------------------------------------
# Select a bindist of bootstrapping compiler on a per-platform basis.
#
@@ -36,6 +36,7 @@ BOOT_ARCHIVE:= ${PKGNAME}-boot-i386-unknown-solaris2.tar.xz
BOOT_ARCHIVE:= ${PKGNAME}-boot-x86_64-unknown-solaris2.tar.xz
.else
+BOOT_ARCHIVE:= ${PKGNAME}-boot-unknown.tar.xz
PKG_FAIL_REASON+= "internal error: unsupported platform"
.endif