diff options
author | simonb <simonb> | 2001-01-04 22:51:53 +0000 |
---|---|---|
committer | simonb <simonb> | 2001-01-04 22:51:53 +0000 |
commit | 96bf704e46686f83468dc609a7644bfd04a25454 (patch) | |
tree | 85e892a32cafc83c0007fdebcccf312f9d8aab73 /emulators/bochs | |
parent | 1b1a737ff6aa6d5ba969bd9ebeab6ce973757d39 (diff) | |
download | pkgsrc-96bf704e46686f83468dc609a7644bfd04a25454.tar.gz |
Enable on alpha - this works enough to boot rescue-small.
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 6f2b070deee..d72045fcc95 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/12/14 14:39:44 kei Exp $ +# $NetBSD: Makefile,v 1.10 2001/01/04 22:51:53 simonb Exp $ DISTNAME= bochs-2000_0325a PKGNAME= bochs-2000.03.25a @@ -8,8 +8,6 @@ MASTER_SITES= ftp://bochs.com/bochs/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.bochs.com/ -NOT_FOR_PLATFORM= *-*-alpha #runs, SEGV. - GNU_CONFIGURE= yes USE_GMAKE= yes #CONFIGURE_ARGS= --enable-debugger --enable-disasm |