diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-05-17 13:08:24 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-05-17 13:08:24 +0000 |
commit | 7025930de5e8080304b7450be20f557ebdd857d4 (patch) | |
tree | 299971035d3f2966b40d3600f69d8278ecf52640 /emulators/bochs | |
parent | b4b1c2c0e92a2203ce489176710d1a79aa66b116 (diff) |
Notes
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 233b8ee182d1..8c39507b1f1a 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -75,6 +75,10 @@ CONFIGURE_ARGS+= --enable-debugger --enable-disasm CONFIGURE_ARGS+= --enable-x86-debugger .endif +.if defined(WITH_BOCHS_PORT_E9_HACK) +CONFIGURE_ARGS+= --enable-port-e9-hack +.endif + pre-patch:: @${ECHO_MSG} .if !defined(WITH_BOCHS_CPU_LEVEL) @@ -113,6 +117,11 @@ pre-patch:: @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BOCHS_AMD64=yes\"" @${ECHO_MSG} .endif +.if !defined(WITH_BOCHS_PORT_E9_HACK) + @${ECHO_MSG} "If you want to compile with port e9 hack support," + @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BOCHS_PORT_E9_HACK=yes\"" + @${ECHO_MSG} +.endif post-patch: @${REINPLACE_CMD} -E ' \ |