summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg>2015-02-07 20:08:30 +0000
committerjoerg <joerg>2015-02-07 20:08:30 +0000
commitca36f1b84320228a2fb69575cfdda4df74371634 (patch)
tree18a8f8d2551cbb408efab397f87cedb4fd555e73 /lang
parentcf44948df1546341789217f7e425e2a614e3dace (diff)
downloadpkgsrc-ca36f1b84320228a2fb69575cfdda4df74371634.tar.gz
Provide (invalid) value for BOOT_ARCHIVE for unknown architectures to
avoid warnings in the rest of the while.
Diffstat (limited to 'lang')
-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