From owner-cvs-all Thu Dec 6 10: 1:46 2001 Delivered-To: cvs-all@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id 426CB37B41A for ; Thu, 6 Dec 2001 10:01:40 -0800 (PST) Received: (qmail 21461 invoked from network); 6 Dec 2001 18:01:39 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 6 Dec 2001 18:01:39 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200112061753.fB6HrWa49164@freefall.freebsd.org> Date: Thu, 06 Dec 2001 10:01:34 -0800 (PST) From: John Baldwin To: "David E. O'Brien" Subject: RE: cvs commit: src/sys/conf kern.pre.mk Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 06-Dec-01 David E. O'Brien wrote: > obrien 2001/12/06 09:53:32 PST > > Modified files: > sys/conf kern.pre.mk > Log: > Compile all kernels with "-ffreestanding": > > Assert that compilation takes place in a freestanding environment. > This > implies `-fno-builtin'. A freestanding environment is one in which > the > standard library may not exist, and program startup may not > necessarily be > at main. The most obvious example is an OS kernel. This is > equivalent to > `-fno-hosted'. Thanks! -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message