Date: Thu, 6 Dec 2001 09:53:32 -0800 (PST) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kern.pre.mk Message-ID: <200112061753.fB6HrWa49164@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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'. Revision Changes Path 1.3 +1 -1 src/sys/conf/kern.pre.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112061753.fB6HrWa49164>