From: Alexandre Oliva <aoliva@redhat.com>
To: "H . J . Lu" <hjl@lucon.org>
Cc: GDB <gdb@sourceware.cygnus.com>, gdb-patches@sourceware.cygnus.com
Subject: Re: How to configure a cross gdb to debug natively
Date: Fri, 13 Jul 2001 14:06:00 -0000 [thread overview]
Message-ID: <orpub4mtdj.fsf@guarana.lsd.ic.unicamp.br> (raw)
In-Reply-To: <20010713134806.A28554@lucon.org>
On Jul 13, 2001, "H . J . Lu" <hjl@lucon.org> wrote:
> -if test "${target}" = "${host}"; then
> +if test "${target_os}" = "${host_os}" -a "${gdb_target_cpu}" = "${gdb_host_cpu}"; then
Please use `test ... && test ...' instead of `test ... -a ...'. The
latter is not as portable.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me
next prev parent reply other threads:[~2001-07-13 14:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20010713132346.A28020@lucon.org>
2001-07-13 13:48 ` H . J . Lu
2001-07-13 14:06 ` Alexandre Oliva [this message]
2001-07-13 14:08 ` Daniel Jacobowitz
2001-07-13 14:12 ` H . J . Lu
2001-07-13 15:15 ` Andrew Cagney
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=orpub4mtdj.fsf@guarana.lsd.ic.unicamp.br \
--to=aoliva@redhat.com \
--cc=gdb-patches@sourceware.cygnus.com \
--cc=gdb@sourceware.cygnus.com \
--cc=hjl@lucon.org \
/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