From owner-freebsd-current@FreeBSD.ORG Sat Aug 7 15:24:36 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 2E93216A4CE for ; Sat, 7 Aug 2004 15:24:36 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DCA543D53 for ; Sat, 7 Aug 2004 15:24:33 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.201] ([192.168.0.201]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i77FNsb9014978; Sat, 7 Aug 2004 09:23:54 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4114F3AF.4030708@samsco.org> Date: Sat, 07 Aug 2004 09:22:23 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040801 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Niclas References: <4114D5D9.5000400@n00b.apagnu.se> In-Reply-To: <4114D5D9.5000400@n00b.apagnu.se> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org 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:24:36 -0000 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