From: Andrew Cagney <cagney@torrens.toronto.redhat.com>
To: gdb-patches@sources.redhat.com
Subject: [commit] revert host != target patch
Date: Mon, 17 Feb 2003 22:01:00 -0000 [thread overview]
Message-ID: <200302172201.h1HM1b300335@torrens.toronto.redhat.com> (raw)
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/^/# /' \
next reply other threads:[~2003-02-17 22:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-17 22:01 Andrew Cagney [this message]
2003-02-17 22:31 ` Kris Warkentin
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=200302172201.h1HM1b300335@torrens.toronto.redhat.com \
--to=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