From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11620 invoked by alias); 12 Nov 2003 21:21:31 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 11612 invoked from network); 12 Nov 2003 21:21:30 -0000 Received: from unknown (HELO mailgate2.Cadence.COM) (158.140.2.31) by sources.redhat.com with SMTP; 12 Nov 2003 21:21:30 -0000 Received: from mail.get2chip.com (mh.get2chip.com [192.168.1.5]) by mailgate2.Cadence.COM (8.9.3/8.9.3) with ESMTP id NAA09788 for ; Wed, 12 Nov 2003 13:21:29 -0800 (PST) Received: from citrix1 ([192.168.1.92]) by mail.get2chip.com (8.11.6/8.11.6) with ESMTP id hACLLTL32629 for ; Wed, 12 Nov 2003 13:21:29 -0800 Subject: header files with cross compilation From: Chris Croswhite Reply-To: csc@cadence.com To: gcc-help@gcc.gnu.org Content-Type: text/plain Organization: RC - Cadence Design Systems Message-Id: <1068672004.29384.117.camel@chrisc.laptop> Mime-Version: 1.0 Date: Wed, 12 Nov 2003 21:21:00 -0000 Content-Transfer-Encoding: 7bit X-Received: By mailgate2.Cadence.COM as NAA09788 at Wed Nov 12 13:21:29 2003 X-SW-Source: 2003-11/txt/msg00180.txt.bz2 Hello. I have a question: when using gcc configed with --sysroot=blah, does "#include use the sysroot headers or the headers from the system (/usr/include)? Do I need to modify all my source code to point to these alternate header files (the header files in sysroot)? TIA, Chris