From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24551 invoked by alias); 3 Jul 2002 18:37:53 -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 24533 invoked from network); 3 Jul 2002 18:37:50 -0000 Received: from unknown (HELO sccrmhc01.attbi.com) (204.127.202.61) by sources.redhat.com with SMTP; 3 Jul 2002 18:37:50 -0000 Received: from ocean.lucon.org ([12.234.143.38]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020703183750.IPNF29588.sccrmhc01.attbi.com@ocean.lucon.org> for ; Wed, 3 Jul 2002 18:37:50 +0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id 5F89E125D3; Wed, 3 Jul 2002 11:37:49 -0700 (PDT) Date: Wed, 03 Jul 2002 13:15:00 -0000 From: "H. J. Lu" To: gcc@gcc.gnu.org Subject: How to set/pass GCJFLAGS? Message-ID: <20020703113749.A4147@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-SW-Source: 2002-07/txt/msg00146.txt.bz2 I am looking for ways to set GCJFLAGS at the configure time or pass a diffeent GCJFLAGS at the build time. The only thing I find is # export GCJFLAGS="xxx" # make bootstrap Is that true? H.J.