summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-02-17 21:47:15 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-02-17 21:47:15 +0000
commit665b1fad69d02d8ab1be75f200d864907787803d (patch)
treeb91a1c5cff0756da25bf528e5a4bcba5df8b6c6a /emulators
parent- Update to version 0.8.3 (diff)
Linux emulation is not available on x86-64.
Notes
Notes: svn path=/head/; revision=101248
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_base-gentoo-stage1/Makefile2
-rw-r--r--emulators/linux_dist-gentoo-stage1/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/emulators/linux_base-gentoo-stage1/Makefile b/emulators/linux_base-gentoo-stage1/Makefile
index 92e72fffb245..f12952307e44 100644
--- a/emulators/linux_base-gentoo-stage1/Makefile
+++ b/emulators/linux_base-gentoo-stage1/Makefile
@@ -17,6 +17,8 @@ MASTER_SITE_SUBDIR= experimental/alpha/stages
DISTNAME= stage1-alpha-20030721
.endif
.if (${PORTARCH} == "amd")
+BROKEN= "Linux emulation is not available on x86-64"
+IGNORE= ${BROKEN}
MASTER_SITE_SUBDIR= experimental/amd64/stages
DISTNAME= stage1-amd64-20040124
.endif
diff --git a/emulators/linux_dist-gentoo-stage1/Makefile b/emulators/linux_dist-gentoo-stage1/Makefile
index 92e72fffb245..f12952307e44 100644
--- a/emulators/linux_dist-gentoo-stage1/Makefile
+++ b/emulators/linux_dist-gentoo-stage1/Makefile
@@ -17,6 +17,8 @@ MASTER_SITE_SUBDIR= experimental/alpha/stages
DISTNAME= stage1-alpha-20030721
.endif
.if (${PORTARCH} == "amd")
+BROKEN= "Linux emulation is not available on x86-64"
+IGNORE= ${BROKEN}
MASTER_SITE_SUBDIR= experimental/amd64/stages
DISTNAME= stage1-amd64-20040124
.endif