This is the mail archive of the gdb-patches@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]

Re: [PATCH v3] gdbserver: fix the standalone build


On 06/28/2013 12:59 PM, Mircea Gherzan wrote:

> gdbserver:
> 
> 	* configure.ac (version_host): Add it.
> 	(version_host): Add it.

Typo, version_target.  Say:

 	* configure.ac (version_host, version_target): Set and
	AC_SUBST them.

> 	* configure: Rebuild.
> 	* Makefile.in (version_host): Add it.
> 	(version_target): Add it.

	* Makefile.in (version_host, version_target): Get from
	configure.

> 	(version.c): Use $(version_host) and $(version_target).

Otherwise OK, thanks.

-- 
Pedro Alves


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