This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gdb ChangeLog configure configure.ac


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2010-09-22 16:15:01

Modified files:
	gdb            : ChangeLog configure configure.ac 

Log message:
	Allow disabling of gdbserver build (--enable-gdbserver=yes/no/auto).
	
	This patch adds a new --enable-gdbserver=yes/no/auto command-line switch
	in gdb/configure.  The primary purpose is to allow a user to disable the
	build & install of gdbserver when not desired.  It also allows the user
	to request gdbserver in which case the configure script will abort if
	automatic building of gdbserver is not supported for that configuration.
	
	The default keeps things as is: We automatically build gdbserver if
	building for a native configuration and if gdbserver is supported for
	that configuration.
	
	gdb/ChangeLog:
	
	* configure.ac: Add support for --enable-gdbserver.
	* configure: Regenerate.
	
	At AdaCore, this is mostly intended for ia64-linux, where we currently
	do not want to distribute gdbserver.  This will be useful in the context
	of I417-033, where we are now using "make install" to determine what
	needs to be packaged inside the GNAT Pro package.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12192&r2=1.12193
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.diff?cvsroot=src&r1=1.316&r2=1.317
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.ac.diff?cvsroot=src&r1=1.130&r2=1.131


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]