Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2005 05:17:04 -0400
From:      David Schultz <das@FreeBSD.ORG>
To:        "=?us-ascii:iso-8859-1?Q?K=F6vesd=E1n_G=E1bor?=" <gabor.kovesdan@t-hosting.hu>
Cc:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: Minor bug in libstdc++ compilation by make buildworld
Message-ID:  <20050418091704.GA25608@VARK.MIT.EDU>
In-Reply-To: <42601B14.3080606@t-hosting.hu>
References:  <42601B14.3080606@t-hosting.hu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 15, 2005, Kvesdn Gbor wrote:
> Hello there,
> 
> I was wondering why make buildworld fails and I found on some mailing 
> list archives that one should comment CXXFLAGS out to fix this issue. I 
> was also able to get around with this, but I've realized that the 
> problem has nothing to do with code optimization. Even if I specify a 
> CXXFLAGS=-O in make.conf the whole make buildworld fails. It certainly 
> must be some kinda Makefile deficiency and as far I see it could be 
> easily fixed by a programmer. And as I think it should be fixed. It 
> would be nice to use optimized CPP flags and have a faster and optimized 
> code. And many end-user would be happy to have this opportunity.
> I'm looking forward to Your answer.

Try CXXFLAGS+=-O instead.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050418091704.GA25608>