From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DATE_IN_PAST_12_24, INVALID_DATE,MAILING_LIST_MULTI,NO_RELAYS autolearn=no autolearn_force=no version=4.0.0 Received: from drobbins by cvs.gentoo.org with local (Exim 3.22 #1) id 14qGCN-0004H6-00 for gentoo-dev@gentoo.org; Thu, 19 Apr 2001 09:18:23 -0600 From: Daniel Robbins To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] make.conf Message-ID: <20010419091823.B13811@cvs.gentoo.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from Boehme.Silvio@afb.de on Thu, Apr 19, 2001 at 12:03:37PM +0200 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Thu Apr 19 09:19:02 2001 X-Original-Date: Thu, 19 Apr 2001 09:18:23 -0600 X-Archives-Salt: 66999125-7023-4596-91cb-f03b7a8c3b82 X-Archives-Hash: 8e83eadf4c49216fc2550580731ffe1e On Thu, Apr 19, 2001 at 12:03:37PM +0200, BoehmeSilvio wrote: > I found out, that all nessesary options are stored in make.conf / > make.defaults. Is there any documentation for these files ? /etc/make.defaults is antiquated. If you have portage-1.5-r1 installed, then you should remove it. All your custom settings should go in /etc/make.conf. > What are the following options ? > > CHOST This sets the HOST variable for compiles, i.e. "i686-pc-linux-gnu" > CFLAGS ( are these the gcc compiler flags ?? ) Yes. > CXXFLAGS ( are these the gcc compiler flags ?? ) Yes. > USE This allows you to set what optional components you'd like compiled-in if available. For example, if you have "gnome" inside the USE string, then when you compile xchat, it will include GNOME support. All our dependencies are also USE-aware. Best Regards, -- Daniel Robbins President/CEO http://www.gentoo.org Gentoo Technologies, Inc.