From: Mircea Gherzan <mircea.gherzan@intel.com>
To: yao@codesourcery.com, tromey@redhat.com
Cc: gdb-patches@sourceware.org, Mircea Gherzan <mircea.gherzan@intel.com>
Subject: [PATCH] gdbserver: fix the standalone build
Date: Thu, 27 Jun 2013 14:58:00 -0000 [thread overview]
Message-ID: <1372342963-31611-1-git-send-email-mircea.gherzan@intel.com> (raw)
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
next reply other threads:[~2013-06-27 14:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-27 14:58 Mircea Gherzan [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1372342963-31611-1-git-send-email-mircea.gherzan@intel.com \
--to=mircea.gherzan@intel.com \
--cc=gdb-patches@sourceware.org \
--cc=tromey@redhat.com \
--cc=yao@codesourcery.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox