From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2943 invoked by alias); 28 Jul 2002 08:51:27 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 2935 invoked from network); 28 Jul 2002 08:51:24 -0000 Received: from unknown (HELO faui02.informatik.uni-erlangen.de) (131.188.30.102) by sources.redhat.com with SMTP; 28 Jul 2002 08:51:24 -0000 Received: from rz.de (root@faui02b.informatik.uni-erlangen.de [131.188.30.151]) by faui02.informatik.uni-erlangen.de (8.9.1/8.1.16-FAU) with ESMTP id KAA20812; Sun, 28 Jul 2002 10:50:49 +0200 (MEST) Received: (from rz@localhost) by rz.de (8.8.8/8.8.8) id VAA00941; Sat, 27 Jul 2002 21:53:11 +0200 Date: Sun, 28 Jul 2002 22:31:00 -0000 From: Richard Zidlicky To: Joern Rennecke Cc: Momchil Velikov , gcc@gcc.gnu.org, dje@transmeta.com, Zack Weinberg Subject: Re: Unreviewed patch / {PATCH] Do not override configure decision about inhibit_libc Message-ID: <20020727215310.A769@linux-m68k.org> References: <3D3FF1EC.39BA039A@superh.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3D3FF1EC.39BA039A@superh.com>; from joern.rennecke@superh.com on Thu, Jul 25, 2002 at 01:41:16PM +0100 X-SW-Source: 2002-07/txt/msg01347.txt.bz2 On Thu, Jul 25, 2002 at 01:41:16PM +0100, Joern Rennecke wrote: > Momchil Velikov wrote: > > > > >>>>> "Joern" == Joern Rennecke writes: > > > > Joern> Momchil Velikov wrote: > > >> > > >> >>>>> "Joern" == Joern Rennecke writes: > > Joern> How do you build a usable sh-elf compiler without newlib > > Joern> in the first place? > > >> > > >> Huh ? The compiler by itself does not require newlib nor does the > > >> produced code, right ? > > > > Joern> It you need header files for the compiler if you compile code > > Joern> that include any of them. And you need the c library if any > > Joern> function of it is used. > > > > I can think of at least three legitimate cases: > > > > I. Use the compiler in a freestanding environment - no libraies or > > headers exist at all. > > Is there a demand for this configuration? yes. Keeping everything in sync is lot of pain, right now I came across a problem where distcc fails with '-g' option because the remote compiler was configured for different binutils.. Richard