From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32385 invoked by alias); 17 Dec 2002 09:19:00 -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 32363 invoked from network); 17 Dec 2002 09:18:57 -0000 Received: from unknown (HELO uniton.integrable-solutions.net) (62.212.99.186) by 209.249.29.67 with SMTP; 17 Dec 2002 09:18:57 -0000 Received: from uniton.integrable-solutions.net (localhost [127.0.0.1]) by uniton.integrable-solutions.net (8.12.3/8.12.3/SuSE Linux 0.6) with ESMTP id gBH9COtv006276; Tue, 17 Dec 2002 10:12:24 +0100 Received: (from gdr@localhost) by uniton.integrable-solutions.net (8.12.3/8.12.3/Submit) id gBH9CNEM006275; Tue, 17 Dec 2002 10:12:23 +0100 X-Authentication-Warning: uniton.integrable-solutions.net: gdr set sender to gdr@integrable-solutions.net using -f To: Mark Mitchell Cc: Jan Hubicka , David Edelsohn , Zack Weinberg , "gcc@gcc.gnu.org" , "libstdc++@gcc.gnu.org" , Richard Henderson Subject: Re: basic-improvements merge status References: <42170000.1040114274@warlock.codesourcery.com> From: Gabriel Dos Reis In-Reply-To: <42170000.1040114274@warlock.codesourcery.com> Organization: Integrable Solutions Date: Tue, 17 Dec 2002 01:51:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-12/txt/msg01015.txt.bz2 Mark Mitchell writes: | > OK, I will disable the transfromation for the moment. | | Thanks; that's fine. | | >> how to do the configury bits. (One possibility is explicitly flags in | >> the tm.h file.) | > | > What do you think is the correct way to handle it? | | I'm not sure; I'm not a configury expert. For a native build, I'd think | we could use autoconf; for a cross-build, that's a little tougher -- but | I'd think we could still do it. Yes, I think we should be able (using Autoconf) to produce a swicth like after usual tests. --without-library-functions='sinf,cosf, blah blah' -- Gaby