diff options
author | simonb <simonb> | 2001-01-04 22:51:53 +0000 |
---|---|---|
committer | simonb <simonb> | 2001-01-04 22:51:53 +0000 |
commit | 673c58dcd82437f5097f0a6783fa2de177d079db (patch) | |
tree | 85e892a32cafc83c0007fdebcccf312f9d8aab73 /emulators | |
parent | 068c92bd0a1453967c014e7b6a68e4bc6448a29c (diff) | |
download | pkgsrc-673c58dcd82437f5097f0a6783fa2de177d079db.tar.gz |
Enable on alpha - this works enough to boot rescue-small.
Diffstat (limited to 'emulators')
-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 |