From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28147 invoked by alias); 11 Jan 2005 20:20:07 -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 27889 invoked from network); 11 Jan 2005 20:19:48 -0000 Received: from unknown (HELO dair.pair.com) (209.68.1.49) by sourceware.org with SMTP; 11 Jan 2005 20:19:48 -0000 Received: (qmail 66522 invoked by uid 20157); 11 Jan 2005 20:19:48 -0000 Date: Tue, 11 Jan 2005 20:20:00 -0000 From: Hans-Peter Nilsson X-X-Sender: hp@dair.pair.com To: Andrew Cagney cc: gdb-patches@sources.redhat.com Subject: Re: [commit/sim] switch autoconf 2.59 In-Reply-To: <41DF55E5.7010307@gnu.org> Message-ID: References: <41DF55E5.7010307@gnu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-01/txt/msg00071.txt.bz2 On Fri, 7 Jan 2005, Andrew Cagney wrote: > Same as for gdb, built on ppc (native, sim/ppc built) and amd64. Try sim/frv and see huge breakage. Obviously sim/ppc isn't representative; it doesn't even use SIM_AC_OUTPUT. Breakage due to not generating Makefile in sim/frv is the first bug I see. Then follows build errors and warnings due to other autoconfy things that have changed, such as missing definition of HAVE_STRING_H and HAVE_STRINGS_H. Will try and fix obvious stuff myself, have patch for the SIM_AC_OUTPUT breakage. Note for future similar reorgs: please test with a CGEN target such as sim/frv (or sim/cris which will be committed by then. :-) Perhaps also sim/arm and sim/sh and an igen target for good measure. brgds, H-P