Enable Cirrus support in Bochs

Requested and tested by  Manuel <man93761 ATT gmail DOTT com>
This commit is contained in:
rsadowski 2022-08-07 20:55:23 +00:00
parent f2dcd295d7
commit 549f80d8a5
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
COMMENT= x86 machine simulator
DISTNAME= bochs-2.7
REVISION= 0
REVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bochs/}
@ -17,6 +17,7 @@ COMPILER = base-clang ports-gcc base-gcc
CONFIGURE_STYLE= gnu autoconf no-autoheader
CONFIGURE_ARGS= --disable-docbook \
--enable-all-optimizations \
--enable-clgd54xx \
--enable-avx \
--enable-e1000 \
--enable-es1370 \