From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15236 invoked by alias); 30 Nov 2001 23:07:43 -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 15199 invoked from network); 30 Nov 2001 23:07:38 -0000 Received: from unknown (HELO mahonia.wanadoo.fr) (193.252.19.58) by hostedprojects.ges.redhat.com with SMTP; 30 Nov 2001 23:07:38 -0000 Received: from ulmo.localdomain (193.251.48.242) by mahonia.wanadoo.fr; 1 Dec 2001 00:07:37 +0100 Received: (from guerby@localhost) by ulmo.localdomain (8.11.6/8.11.6) id fAUN1Sp02864; Sat, 1 Dec 2001 00:01:28 +0100 Date: Fri, 23 Nov 2001 21:59:00 -0000 Message-Id: <200111302301.fAUN1Sp02864@ulmo.localdomain> X-Authentication-Warning: ulmo.localdomain: guerby set sender to guerby@acm.org using -f From: To: bosch@gnat.com CC: gcc@gcc.gnu.org In-reply-to: (message from Geert Bosch on Fri, 30 Nov 2001 17:30:47 -0500) Subject: Re: [Ada] Q about building cross gnatlib Reply-to: guerby@acm.org References: X-SW-Source: 2001-11/txt/msg01151.txt.bz2 > so any differences should be due to the differences between the current > setup and the old one (which you know well). s/know/knew somewhat/ :) I still don't see how to specifiy where when building adaint.c in -DIN_RTS mode xgcc is supposed to find my target stdio.h for example. We're only telling it to use INCLUDES_FOR_SUBDIR, and there's nothing there to point to the target C library. New Q for GCC cross people: what Makefile macro configure setups to point to the needed target system library includes (in my case I configure with --with-newlib)? If there's a macro, is there anything special other than EXTRA_INCLUDES = @magic_macro@ to add into ada/Makefile.in? Thanks for any help on this! -- Laurent Guerby From mboxrd@z Thu Jan 1 00:00:00 1970 From: To: bosch@gnat.com Cc: gcc@gcc.gnu.org Subject: Re: [Ada] Q about building cross gnatlib Date: Fri, 30 Nov 2001 15:07:00 -0000 Message-ID: <200111302301.fAUN1Sp02864@ulmo.localdomain> References: X-SW-Source: 2001-11/msg01652.html Message-ID: <20011130150700.rVQJuVdF-CY_M3MlihMCI1vvfTJcQEszLDlPLgmFHp8@z> > so any differences should be due to the differences between the current > setup and the old one (which you know well). s/know/knew somewhat/ :) I still don't see how to specifiy where when building adaint.c in -DIN_RTS mode xgcc is supposed to find my target stdio.h for example. We're only telling it to use INCLUDES_FOR_SUBDIR, and there's nothing there to point to the target C library. New Q for GCC cross people: what Makefile macro configure setups to point to the needed target system library includes (in my case I configure with --with-newlib)? If there's a macro, is there anything special other than EXTRA_INCLUDES = @magic_macro@ to add into ada/Makefile.in? Thanks for any help on this! -- Laurent Guerby