Applied patch:

Patch name: Fix bug #2031993 (install_macosx)
Author: Jeremy W. Sherman
Date: 2009-04-03

Added gdbstub option to .conf.everything
This commit is contained in:
Stanislav Shwartsman 2009-04-03 15:22:41 +00:00
parent 9716be2cbd
commit 23f1a49308
3 changed files with 4 additions and 1 deletions

View File

@ -47,5 +47,6 @@
--enable-cdrom \
--enable-sb16 \
--enable-iodebug \
--enable-gdb-stub \
--enable-show-ips \
--with-all-libs

View File

@ -132,6 +132,8 @@ Detailed change log :
[1981505] Init PIIX4 PCI to ISA bridge and IDE by Sebastian
- these S.F. bugs were closed
[2031993] Mac OS X Makefile bug
[1843199] install error on mac osx
[2710931] Problem compiling both instrumentation and debugger
[2617003] ExceptionInfo conflicts with OS X api
[2609432] stepping causes segfault (CVS)

View File

@ -650,7 +650,7 @@ $(APP)/.build_plugins: $(APP)/.build bochs_plugins
touch $(APP)/.build_plugins
install_macosx: all download_dlx install_man @INSTALL_DOCBOOK_VAR@
-mkdir -p $(DESTDIR)$(prefix)
-mkdir -p $(DESTDIR)$(sharedir)
for i in $(INSTALL_LIST_MACOSX); do if test -e $$i; then $(CPMAC) -r $$i $(DESTDIR)$(sharedir); else $(CPMAC) -r $(srcdir)/$$i $(DESTDIR)$(sharedir); fi; done
$(CPMAC) $(srcdir)/.bochsrc $(DESTDIR)$(sharedir)/bochsrc-sample.txt
-mkdir $(DESTDIR)$(sharedir)/keymaps