Skip to content

Commit

Permalink
add debugger and debugger-gui to all configure scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Shwartsman committed Nov 25, 2024
1 parent 0189949 commit f931437
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 43 deletions.
6 changes: 6 additions & 0 deletions bochs/.conf.gh-build-test
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ case $which_config in
--enable-e1000 \
--enable-plugins \
--enable-show-ips \
--enable-debugger \
--enable-debugger-gui \
--with-all-libs
;;
nothing)
Expand Down Expand Up @@ -118,6 +120,8 @@ case $which_config in
--enable-es1370 \
--enable-ne2000 \
--enable-e1000 \
--enable-debugger \
--enable-debugger-gui \
--enable-show-ips
;;
x86-64)
Expand All @@ -137,6 +141,8 @@ case $which_config in
--enable-es1370 \
--enable-ne2000 \
--enable-e1000 \
--enable-debugger \
--enable-debugger-gui \
--enable-show-ips
;;
*) echo "Unknown config \"$1\" selected!" ;;
Expand Down
4 changes: 4 additions & 0 deletions bochs/.conf.linux
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ case $which_config in
--enable-es1370 \
--enable-e1000 \
--enable-show-ips \
--enable-debugger \
--enable-debugger-gui \
${CONFIGURE_ARGS}
;;

Expand Down Expand Up @@ -84,6 +86,8 @@ case $which_config in
--enable-e1000 \
--enable-plugins \
--enable-show-ips \
--enable-debugger \
--enable-debugger-gui \
--with-all-libs \
${CONFIGURE_ARGS}
;;
Expand Down
2 changes: 2 additions & 0 deletions bochs/.conf.win32-cygwin
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ export CXXFLAGS
--enable-e1000 \
--enable-show-ips \
--with-win32 --with-rfb --with-nogui \
--enable-debugger \
--enable-debugger-gui \
${CONFIGURE_ARGS}
43 changes: 0 additions & 43 deletions bochs/.conf.win32-cygwin-debugger

This file was deleted.

2 changes: 2 additions & 0 deletions bochs/.conf.win32-vcpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ set echo
--enable-es1370 \
--enable-e1000 \
--enable-show-ips \
--enable-debugger \
--enable-debugger-gui \
--disable-readline \
--without-x \
--with-win32 --with-rfb --with-nogui
Expand Down
2 changes: 2 additions & 0 deletions bochs/.conf.win64-cross-mingw32
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ export DLLTOOL
--enable-es1370 \
--enable-e1000 \
--enable-show-ips \
--enable-debugger \
--enable-debugger-gui \
--disable-readline \
--with-win32 --with-rfb --with-nogui \
${CONFIGURE_ARGS}
2 changes: 2 additions & 0 deletions bochs/.conf.win64-vcpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ set echo
--enable-es1370 \
--enable-e1000 \
--enable-show-ips \
--enable-debugger \
--enable-debugger-gui \
--disable-readline \
--without-x \
--with-win32 --with-rfb --with-nogui
Expand Down

0 comments on commit f931437

Please sign in to comment.