From owner-freebsd-current@FreeBSD.ORG Sat Aug 7 15:38:07 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68EA316A4CE for ; Sat, 7 Aug 2004 15:38:07 +0000 (GMT) Received: from av1-1-sn1.fre.skanova.net (av1-1-sn1.fre.skanova.net [81.228.11.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2680F43D45 for ; Sat, 7 Aug 2004 15:38:07 +0000 (GMT) (envelope-from lothrandil@n00b.apagnu.se) Received: by av1-1-sn1.fre.skanova.net (Postfix, from userid 502) id 4E53437FC4; Sat, 7 Aug 2004 17:38:06 +0200 (CEST) Received: from smtp3-1-sn1.fre.skanova.net (smtp3-1-sn1.fre.skanova.net [81.228.11.163]) by av1-1-sn1.fre.skanova.net (Postfix) with ESMTP id 3E4EE37E93; Sat, 7 Aug 2004 17:38:06 +0200 (CEST) Received: from [217.208.32.172] (h172n2fls31o926.telia.com [217.208.32.172]) by smtp3-1-sn1.fre.skanova.net (Postfix) with ESMTP id 1D91537E44; Sat, 7 Aug 2004 17:38:01 +0200 (CEST) Message-ID: <4114DB35.7040101@n00b.apagnu.se> Date: Sat, 07 Aug 2004 15:37:57 +0200 From: Niclas User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <4114D5D9.5000400@n00b.apagnu.se> <4114F3AF.4030708@samsco.org> In-Reply-To: <4114F3AF.4030708@samsco.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: gcc 3.4.2 with -fmemoize-lookup and -fsave-memoized X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2004 15:38:07 -0000 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