Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [commit] revert host != target patch
@ 2003-02-17 22:01 Andrew Cagney
  2003-02-17 22:31 ` Kris Warkentin
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cagney @ 2003-02-17 22:01 UTC (permalink / raw)
  To: gdb-patches

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/^/# /' \


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

end of thread, other threads:[~2003-02-17 22:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-17 22:01 [commit] revert host != target patch Andrew Cagney
2003-02-17 22:31 ` Kris Warkentin

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