Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Aug 2004 15:37:57 +0200
From:      Niclas <lothrandil@n00b.apagnu.se>
To:        Scott Long <scottl@samsco.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: gcc 3.4.2 with -fmemoize-lookup and -fsave-memoized
Message-ID:  <4114DB35.7040101@n00b.apagnu.se>
In-Reply-To: <4114F3AF.4030708@samsco.org>
References:  <4114D5D9.5000400@n00b.apagnu.se> <4114F3AF.4030708@samsco.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Scott Long wrote:

> Niclas wrote:
> 
>> Hi!
>> I tried to upgrade my system from 5.2.1 to current a couple of hours 
>> ago. The build died yelling about unrecognized command line options 
>> -fmemoize-lookup and -fsave-memoized. It seems that those options is 
>> removed, and some more investigation seemed to prove that.
>> Now I'm just wondering, are those options really removed, or am I just 
>> being stupid and overlooking something? If they are removed, shouldn't 
>> they be removed from src/share/examples/etc/make.conf be removed as 
>> well so nobody uses them?
>>
>> Cheers!
>> //Niclas
> 
> 
> How exactly are you doing your upgrade?
> 
> Scott
> 
I have put some options in /etc/make.conf, among others:
CPUTYPE=		p2
CFLAGS=			-O -pipe
CXXFLAGS+=		-fmemoize-lookups -fsave-memoized
COPTFLAGS=		-O -pipe

Then I cd to /usr/src and make buildworld. I don't know if it's the 
correct way of doing things when it's such big upgrade, but I couldn't 
find anything that said i should do diffrent either...

//Niclas



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