Revert previous change. Something doesn't work.
authorAndrew Cagney <cagney@redhat.com>
Mon, 17 Feb 2003 21:56:29 +0000 (21:56 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 17 Feb 2003 21:56:29 +0000 (21:56 +0000)
gdb/ChangeLog
gdb/configure
gdb/configure.in

index fa9813b61144ed721024819d1eb50d99473b6534..b123ea6ec4a0fb42222ca1a9e4879a62182c0494 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-17  Andrew Cagney  <cagney@redhat.com>
+
+       * configure.in: Revert ${target} != ${host}.
+
 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
 
        * configure.in (Makefile): Use the test ${target} != ${host},
index ca92123305ed1dbe6fe656f4f00238f8c71ef5c5..9b36c9b4617d5ab1a515dc9420f872f1918443f6 100755 (executable)
@@ -10889,7 +10889,7 @@ nativefile=$nativefile
 EOF
 cat >> $CONFIG_STATUS <<\EOF
 
-if test "${target}" != "${host}"; then
+if test "${nativefile}" = ""; then
         < Makefile \
         sed -e '/^NATDEPFILES[         ]*=.*\\$/,/[^\\]$/s/^/# /' \
             -e '/^NATDEPFILES[         ]*=/s/^/# /' \
index ea24ea278c2334f1b6fa4b1adbeb605b2368f659..eb946f33f518ff925f2812bdce457d3dfc731473 100644 (file)
@@ -1398,7 +1398,7 @@ AC_OUTPUT(Makefile .gdbinit:gdbinit.in,
 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/^/# /' \
This page took 0.030631 seconds and 4 git commands to generate.