Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2002 21:58:30 -0700
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        "David E. O'Brien" <obrien@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/gnu/usr.bin Makefile
Message-ID:  <20020410045830.GB10113@dhcp01.pn.xcllnt.net>
In-Reply-To: <20020409082654.GE73475@sunbay.com>
References:  <200204082038.g38KcuJ36871@freefall.freebsd.org> <20020409082654.GE73475@sunbay.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 09, 2002 at 11:26:54AM +0300, Ruslan Ermilov wrote:
> >   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, it doesn't imply that the host doesn't have another
> working (probably non-GNU) c++ compiler that can build Groff.

Unfortunately this is irrelevant, because a buildworld will not
use it if it exists. The bottomline is that if you don't build
libstdc++, you cannot build anything that depends on it. Hence,
making gperf conditional on NO_CXX is correct.

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel@xcllnt.net

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?20020410045830.GB10113>