From 514952f78c6fe1ec144e55b8077ac1f1f802e8f9 Mon Sep 17 00:00:00 2001 From: Volker Ruppert Date: Sun, 18 Jun 2006 07:28:55 +0000 Subject: [PATCH] - enabled save/restore feature on Linux and Windows (for binary packages) --- bochs/.conf.linux | 2 ++ bochs/.conf.win32-cygwin | 1 + bochs/.conf.win32-vcpp | 1 + 3 files changed, 4 insertions(+) diff --git a/bochs/.conf.linux b/bochs/.conf.linux index af48644b6..dc968d964 100755 --- a/bochs/.conf.linux +++ b/bochs/.conf.linux @@ -36,6 +36,7 @@ case $which_config in --enable-pci \ --enable-clgd54xx \ --enable-usb \ + --enable-save-restore \ ${CONFIGURE_ARGS} ;; @@ -54,6 +55,7 @@ case $which_config in --enable-pci \ --enable-clgd54xx \ --enable-usb \ + --enable-save-restore \ --enable-plugins \ --with-all-libs \ ${CONFIGURE_ARGS} diff --git a/bochs/.conf.win32-cygwin b/bochs/.conf.win32-cygwin index ae7e92409..e371b1379 100755 --- a/bochs/.conf.win32-cygwin +++ b/bochs/.conf.win32-cygwin @@ -24,4 +24,5 @@ export CXXFLAGS --enable-pci \ --enable-clgd54xx \ --enable-usb \ + --enable-save-restore \ --with-win32 --with-rfb --with-nogui diff --git a/bochs/.conf.win32-vcpp b/bochs/.conf.win32-vcpp index 0518608a1..a9ae61a44 100755 --- a/bochs/.conf.win32-vcpp +++ b/bochs/.conf.win32-vcpp @@ -13,6 +13,7 @@ set echo --enable-pci \ --enable-clgd54xx \ --enable-usb \ + --enable-save-restore \ --disable-readline \ --without-x \ --enable-cpp \