From owner-freebsd-questions@FreeBSD.ORG Thu May 5 12:24:51 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E01E16A4CE for ; Thu, 5 May 2005 12:24:51 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62E0F43DA3 for ; Thu, 5 May 2005 12:24:47 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])j45CNIhZ009783; Thu, 5 May 2005 15:23:19 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) j45COdV2016300; Thu, 5 May 2005 15:24:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)j45COXZa016235; Thu, 5 May 2005 15:24:33 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 5 May 2005 15:24:33 +0300 From: Giorgos Keramidas To: Jo?o Salvatti Message-ID: <20050505122433.GA4509@orion.daedalusnetworks.priv> References: <627d8c310505050513719aa980@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <627d8c310505050513719aa980@mail.gmail.com> cc: freebsd-questions@freebsd.org Subject: Re: compiler is used in FreeBSD's kernel compiling process. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2005 12:24:51 -0000 On 2005-05-05 09:13, Jo?o Salvatti wrote: > Hi all, > I'd like to know which compiler is used in FreeBSD's kernel compiling > process. If you use the recommended process of "buildworld and *THEN* buildkernel", the compiler toolchain that is built from /usr/src as part of the system upgrade is used for the kernel too. The /usr/src/Makefile.inc1 makefile contains a lot of comments that may be instructive, if you're interested to look at all the details. - Giorgos