From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24468 invoked by alias); 20 May 2003 10:12:34 -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 6847 invoked from network); 20 May 2003 10:04:13 -0000 Received: from unknown (HELO gaea.connect.org.uk) (193.110.243.11) by sources.redhat.com with SMTP; 20 May 2003 10:04:13 -0000 Received: from quioch.cis (root@[10.0.2.164]) by gaea.connect.org.uk (8.12.9/8.12.7) with ESMTP id h4KA4B8H003330 for ; Tue, 20 May 2003 11:04:12 +0100 (BST) From: "M. Lavasani" Received: (from lavasani@localhost) by quioch.cis (8.11.1/CONNECT-DTS-3.0D10) id h4KA0c001436 for gcc@gcc.gnu.org; Tue, 20 May 2003 11:00:38 +0100 (BST) Message-Id: <200305201000.h4KA0c001436@quioch.cis> Subject: compiling gcc-3.3 To: gcc@gcc.gnu.org Date: Tue, 20 May 2003 10:12:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg01847.txt.bz2 Hi I am compiling gcc-3.3 on HPUX platform, I am using K&R cc compiler to compile gcc. I need to pass some flages to K&R cc compiler to compile the gcc. Everything works ok apart from, when K&R cc builds the minimum compiler "xgcc" , the flags that I passed to K&R cc are not compatible with "xgcc". and It gives error!! Is there any way that I can pass some flages to K&R cc compiler that only be used before "xgcc" start the compilation?? I 've tried to pass it through CFLAGES, TCFLAGES, XCFLAGS, But none works. Thanks __Mehdi