Date: Tue, 19 Mar 2002 15:38:47 -0800 From: Peter Wemm <peter@wemm.org> To: Bruce Evans <bde@zeta.org.au> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libstand Makefile Message-ID: <20020319233847.A560C3810@overcee.wemm.org> In-Reply-To: <20020320101340.P7859-100000@gamplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans wrote: > On Tue, 19 Mar 2002, Peter Wemm wrote: > > > peter 2002/03/19 04:03:05 PST > > > > Modified files: > > lib/libstand Makefile > > Log: > > Add -ffreestanding to CFLAGS for ia64. This should probably be global > > like on the kernel. > > > > Revision Changes Path > > 1.30 +2 -0 src/lib/libstand/Makefile > > This should be set unconditionally in bsd.kern.mk. peter added it there, > but conditional on GCC3. bsd.kern.mk should be included by all makefiles > related to the kernel, like it used to be. The boot Makefiles are of very > low quality. Only the pc98/boot2 Makefile includes bsd.kern.mk, since it > was copied from biosboot/Makefile. Sure, but libstand isn't part of the kernel, so bsd.kern.mk isn't so clearcut. I wish it was in src/sys somewhere, but it isn't, and isn't bound to the kernel at all. FWIW, Intel use large chunks of FreeBSD's libstand in the EFI firmware (replacement for legacy bios) for ia64 and i386. Yes, it should be global. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 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?20020319233847.A560C3810>