Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] gdbserver: fix the standalone build
@ 2013-06-27 14:58 Mircea Gherzan
  2013-06-27 15:04 ` Pedro Alves
  2013-06-27 17:29 ` Tom Tromey
  0 siblings, 2 replies; 9+ messages in thread
From: Mircea Gherzan @ 2013-06-27 14:58 UTC (permalink / raw)
  To: yao, tromey; +Cc: gdb-patches, Mircea Gherzan

When direcltly 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.

2013-06-27  Mircea Gherzan  <mircea.gherzan@intel.com>

gdbserver:

	* Makefile.in (host_alias): Use @host@ instead of @host_alias@.

Signed-off-by: Mircea Gherzan <mircea.gherzan@intel.com>
---
 gdb/gdbserver/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in
index e5ecdd3..7a68ae3 100644
--- a/gdb/gdbserver/Makefile.in
+++ b/gdb/gdbserver/Makefile.in
@@ -18,7 +18,7 @@
 prefix = @prefix@
 exec_prefix = @exec_prefix@
 
-host_alias = @host_alias@
+host_alias = @host@
 target_alias = @target_alias@
 program_transform_name = @program_transform_name@
 bindir = @bindir@
-- 
1.7.12.4


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-06-27 18:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-27 14:58 [PATCH] gdbserver: fix the standalone build Mircea Gherzan
2013-06-27 15:04 ` Pedro Alves
2013-06-27 16:56   ` Mircea Gherzan
2013-06-27 17:42     ` Pedro Alves
2013-06-27 17:46       ` Pedro Alves
2013-06-27 17:46         ` Pedro Alves
2013-06-27 18:42           ` Mircea Gherzan
2013-06-27 18:52             ` Tom Tromey
2013-06-27 17:29 ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox