From: "Kris Warkentin" <kewarken@qnx.com>
To: "Andrew Cagney" <cagney@torrens.toronto.redhat.com>,
<gdb-patches@sources.redhat.com>
Subject: Re: [commit] revert host != target patch
Date: Mon, 17 Feb 2003 22:31:00 -0000 [thread overview]
Message-ID: <06c201c2d6d4$5c59e040$0202040a@catdog> (raw)
In-Reply-To: <200302172201.h1HM1b300335@torrens.toronto.redhat.com>
DOH! I was so excited by your patch that I just got rid of the last define
in my nm-nto.h. I guess it will be an empty file....
cheers,
Kris
----- Original Message -----
From: "Andrew Cagney" <cagney@torrens.toronto.redhat.com>
To: <gdb-patches@sources.redhat.com>
Sent: Monday, February 17, 2003 5:01 PM
Subject: [commit] revert host != target patch
> FYI, I've reverted my host!=target patch. It messes up with crosses
> for some reason.
>
> 2003-02-17 Andrew Cagney <cagney@redhat.com>
>
> * configure.in: Revert ${target} != ${host}.
>
> Index: configure
> ===================================================================
> RCS file: /cvs/src/src/gdb/configure,v
> retrieving revision 1.124
> diff -u -r1.124 configure
> --- configure 17 Feb 2003 16:58:01 -0000 1.124
> +++ configure 17 Feb 2003 21:53:07 -0000
> @@ -10889,7 +10889,7 @@
> EOF
> cat >> $CONFIG_STATUS <<\EOF
>
> -if test "${target}" != "${host}"; then
> +if test "${nativefile}" = ""; then
> < Makefile \
> sed -e '/^NATDEPFILES[ ]*=.*\\$/,/[^\\]$/s/^/# /' \
> -e '/^NATDEPFILES[ ]*=/s/^/# /' \
> Index: configure.in
> ===================================================================
> RCS file: /cvs/src/src/gdb/configure.in,v
> retrieving revision 1.123
> diff -u -r1.123 configure.in
> --- configure.in 17 Feb 2003 16:58:02 -0000 1.123
> +++ configure.in 17 Feb 2003 21:53:07 -0000
> @@ -1398,7 +1398,7 @@
> dnl Autoconf doesn't provide a mechanism for modifying definitions
> dnl provided by makefile fragments.
> dnl
> -if test "${target}" != "${host}"; then
> +if test "${nativefile}" = ""; then
> < Makefile \
> sed -e '/^NATDEPFILES[[ ]]*=.*\\$/,/[[^\\]]$/s/^/# /' \
> -e '/^NATDEPFILES[[ ]]*=/s/^/# /' \
>
>
prev parent reply other threads:[~2003-02-17 22:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-17 22:01 Andrew Cagney
2003-02-17 22:31 ` Kris Warkentin [this message]
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='06c201c2d6d4$5c59e040$0202040a@catdog' \
--to=kewarken@qnx.com \
--cc=cagney@torrens.toronto.redhat.com \
--cc=gdb-patches@sources.redhat.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