Date: Sun, 7 Apr 2002 23:53:57 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: Bruce Evans <bde@FreeBSD.org>, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/cc/cc1 Makefile src/gnu/usr.bin/cc/cc1obj Makefile src/gnu/usr.bin/cc/cc1plus Makefile Message-ID: <20020407235357.A65399@dragon.nuxi.com> In-Reply-To: <20020407162550.GE67968@sunbay.com>; from ru@FreeBSD.org on Sun, Apr 07, 2002 at 07:25:50PM %2B0300 References: <200204040050.g340oEK35800@freefall.freebsd.org> <20020407162550.GE67968@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Apr 07, 2002 at 07:25:50PM +0300, Ruslan Ermilov wrote:
> On Wed, Apr 03, 2002 at 04:50:14PM -0800, David E. O'Brien wrote:
> > obrien 2002/04/03 16:50:14 PST
> >
> > Modified files:
> > gnu/usr.bin/cc/cc1 Makefile
> > gnu/usr.bin/cc/cc1obj Makefile
> > gnu/usr.bin/cc/cc1plus Makefile
> > Log:
> > Set NOSHARED conditionally.
> >
> Why? Conditionally setting NOSHARED only makes sense in Makefile.inc
> where it may be overridden by individual makefiles beneath it.
> (Seeing if Bruce agrees.)
Do you and BDE now search out every one of my commits with a goal of
turning it into a bike shed?
Why? Because some people have a [misguided] hatred for static binaries.
They want to be able to have their compiler be a shared binary. They can
achieve this with "NOSHARED=no".
/usr/share/mk/bsd.prog.mk:.if defined(NOSHARED) && ( ${NOSHARED} != "no" && ${NOSHARED} != "NO" )
Notice that the value of NOSHARED is actually checked besides just its
existence. But I am tried of the debate on this commit from both you and
BDE (this is the 5th message about it). So I will just say "fuck it" and
put "NOSHARED=yes" in gnu/usr.bin/cc/Makefile.inc and have a totally
static compiler suite that cannot easily be changed.
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?20020407235357.A65399>
