From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31392 invoked by alias); 23 Jan 2003 19:57:31 -0000 Mailing-List: contact rda-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rda-owner@sources.redhat.com Received: (qmail 31269 invoked from network); 23 Jan 2003 19:57:30 -0000 Date: Thu, 23 Jan 2003 19:57:00 -0000 To: gdb-patches@sources.redhat.com, binutils@sources.redhat.com, gcc-patches@gcc.gnu.org, rda@sources.redhat.com Subject: (committed toplevel patch) Make rda native-only Message-ID: <20030123195700.GA6360@doctormoo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i From: Nathanael Nerode X-SW-Source: 2003-q1/txt/msg00004.txt.bz2 RDA doesn't build properly in cross configurations, which is screwing up my tests of the rest of the tree whenever the rda directory is avaialbe. I'm committing this as obvious. * configure.in: Make rda native-only. * configure: Regenerate. Index: configure.in =================================================================== RCS file: /cvs/gcc/gcc/configure.in,v retrieving revision 1.214 diff -u -r1.214 configure.in --- configure.in 19 Jan 2003 23:44:27 -0000 1.214 +++ configure.in 23 Jan 2003 19:51:26 -0000 @@ -258,7 +257,7 @@ # Some tools are only suitable for building in a "native" situation. # Remove these if host!=target. -native_only="autoconf automake libtool fileutils find gawk gettext grep gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 prms snavigator gnuserv target-gperf" +native_only="autoconf automake libtool fileutils find gawk gettext grep gzip hello indent m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl time ash bash bzip2 prms snavigator gnuserv target-gperf target-rda" # Similarly, some are only suitable for cross toolchains. # Remove these if host=target.