From owner-cvs-all Sun Apr 7 23:56:40 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 09DAC37B49A; Sun, 7 Apr 2002 23:55:19 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g386tCYm065514; Sun, 7 Apr 2002 23:55:12 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g386rvgD065494; Sun, 7 Apr 2002 23:53:57 -0700 (PDT) Date: Sun, 7 Apr 2002 23:53:57 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: Bruce Evans , 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> Reply-To: obrien@FreeBSD.org References: <200204040050.g340oEK35800@freefall.freebsd.org> <20020407162550.GE67968@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020407162550.GE67968@sunbay.com>; from ru@FreeBSD.org on Sun, Apr 07, 2002 at 07:25:50PM +0300 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 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