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/gdbserver ChangeLog Makefile.in config ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	mgherzan@sourceware.org	2013-06-28 12:29:15

Modified files:
	gdb/gdbserver  : ChangeLog Makefile.in configure configure.ac 

Log message:
	gdbserver: fix the standalone build
	
	When directly invoking gdb/gdbserver/configure && make, the build will
	fail because the $(host_alias) is empty and thus create-version.sh does
	not get enough parameters.
	
	The output of gdbserver --version without this patch (built like above):
	
	[...]
	This gdbserver was configured as ""
	
	After applying this patch:
	
	[...]
	This gdbserver was configured as "x86_64-unknown-linux-gnu"
	
	2013-06-28  Mircea Gherzan  <mircea.gherzan@intel.com>
	
	gdbserver:
	
	* configure.ac (version_host, version_target): Set and AC_SUBST
	them.
	* configure: Rebuild.
	* Makefile.in (version_host, version_target): Get from
	configure.
	(version.c): Use $(version_host) and $(version_target).
	
	Change-Id: Id48240532ad3d624ec78867a6db5ebd4c09583ff
	Signed-off-by: Mircea Gherzan <mircea.gherzan@intel.com>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&r1=1.733&r2=1.734
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/Makefile.in.diff?cvsroot=src&r1=1.154&r2=1.155
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/configure.diff?cvsroot=src&r1=1.81&r2=1.82
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/configure.ac.diff?cvsroot=src&r1=1.67&r2=1.68


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