- remove obsolete loader option
This commit is contained in:
parent
e16d550248
commit
620b264889
13647
bochs/configure
vendored
13647
bochs/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@ dnl // Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.4)
|
||||
AC_INIT(bochs.h)
|
||||
AC_REVISION([[$Id: configure.in,v 1.112 2002-09-16 21:55:56 kevinlawton Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.113 2002-09-17 21:45:48 bdenney Exp $]])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
||||
dnl // Put Bochs version information right here so that it gets substituted
|
||||
@ -874,28 +874,6 @@ AC_CHECK_HEADER(readline/history.h,
|
||||
AC_DEFINE(HAVE_READLINE_HISTORY_H)
|
||||
)
|
||||
|
||||
AC_MSG_CHECKING(for loader support)
|
||||
AC_ARG_ENABLE(loader,
|
||||
[ --enable-loader support calling external loader from debugger],
|
||||
[if test "$enableval" = yes; then
|
||||
AC_MSG_RESULT(yes)
|
||||
AC_DEFINE(BX_USE_LOADER, 1)
|
||||
BX_LOADER_OBJS='bx_loader.o loader.o'
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
AC_DEFINE(BX_USE_LOADER, 0)
|
||||
BX_LOADER_OBJS=''
|
||||
fi],
|
||||
[
|
||||
AC_MSG_RESULT(no)
|
||||
AC_DEFINE(BX_USE_LOADER, 0)
|
||||
BX_LOADER_OBJS=''
|
||||
]
|
||||
)
|
||||
AC_SUBST(BX_LOADER_OBJS)
|
||||
|
||||
|
||||
|
||||
INSTRUMENT_DIR='instrument/stubs'
|
||||
|
||||
AC_MSG_CHECKING(for instrumentation support)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!--
|
||||
================================================================
|
||||
doc/docbook/user/user.dbk
|
||||
$Id: user.dbk,v 1.45 2002-08-24 10:20:34 vruppert Exp $
|
||||
$Id: user.dbk,v 1.46 2002-09-17 21:45:51 bdenney Exp $
|
||||
|
||||
This is the top level file for the Bochs Users Manual.
|
||||
================================================================
|
||||
@ -2143,12 +2143,6 @@ turn it off.
|
||||
the default is correct and you would never need to type this option.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>--enable-loader</entry>
|
||||
<entry>no</entry>
|
||||
<entry>Support calling external loader from debugger. This
|
||||
is an unsupported option. Don't use it.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>--enable-instrumentation=<option>directory</option></entry>
|
||||
<entry>no</entry>
|
||||
|
Loading…
Reference in New Issue
Block a user