From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9320 invoked by alias); 17 Feb 2003 22:01:39 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9313 invoked from network); 17 Feb 2003 22:01:37 -0000 Received: from unknown (HELO torrens.toronto.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 17 Feb 2003 22:01:37 -0000 Received: (from cagney@localhost) by torrens.toronto.redhat.com (8.11.6/8.11.6) id h1HM1b300335 for gdb-patches@sources.redhat.com; Mon, 17 Feb 2003 17:01:37 -0500 Date: Mon, 17 Feb 2003 22:01:00 -0000 From: Andrew Cagney Message-Id: <200302172201.h1HM1b300335@torrens.toronto.redhat.com> To: gdb-patches@sources.redhat.com Subject: [commit] revert host != target patch X-SW-Source: 2003-02/txt/msg00360.txt.bz2 FYI, I've reverted my host!=target patch. It messes up with crosses for some reason. 2003-02-17 Andrew Cagney * 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/^/# /' \