From owner-cvs-all Tue Apr 9 16:36: 1 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 51C6137B419; Tue, 9 Apr 2002 16:35:57 -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 g39NZsYm042958; Tue, 9 Apr 2002 16:35:54 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g39NYeoB042937; Tue, 9 Apr 2002 16:34:40 -0700 (PDT) Date: Tue, 9 Apr 2002 16:34:39 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile Message-ID: <20020409163439.C37507@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200204082038.g38KcuJ36871@freefall.freebsd.org> <20020409082654.GE73475@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: <20020409082654.GE73475@sunbay.com>; from ru@FreeBSD.org on Tue, Apr 09, 2002 at 11:26:54AM +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 Tue, Apr 09, 2002 at 11:26:54AM +0300, Ruslan Ermilov wrote: > > Modified files: > > gnu/usr.bin Makefile > > Log: > > GCC and Gperf do not work on ia64 or sparc64 yet. > > Also do not try to compile Groff if NO_CXX is set. > > > > Revision Changes Path > > 1.59 +10 -2 src/gnu/usr.bin/Makefile > > > This is IMHO bogus. NO_CXX only means that (GNU) c++ shouldn't > be built, This is what we do for PERL. If you have NO_PERL, it perl is not used in src/secure/lib/libcrypto/Makefile. Why does that not bother you. (I don't need an answer to that) > it doesn't imply that the host doesn't have another > working (probably non-GNU) c++ compiler that can build Groff. We cannot depend on there being "another working (probably non-GNU) c++ compiler", thus we WILL NOT. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message