From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MFGLc-0004rO-4L for garchives@archives.gentoo.org; Fri, 12 Jun 2009 23:39:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 562D3E03E9; Fri, 12 Jun 2009 23:39:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 302EDE03E9 for ; Fri, 12 Jun 2009 23:39:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 4DEB866454 for ; Fri, 12 Jun 2009 23:39:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.901 X-Spam-Level: X-Spam-Status: No, score=-3.901 required=5.5 tests=[AWL=-0.302, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NddrsE1Kd7jY for ; Fri, 12 Jun 2009 23:39:38 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id A0C2C660A0 for ; Fri, 12 Jun 2009 23:39:37 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MFGLK-0007jv-2S for gentoo-user@gentoo.org; Fri, 12 Jun 2009 23:39:30 +0000 Received: from c-98-215-178-110.hsd1.in.comcast.net ([98.215.178.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jun 2009 23:39:30 +0000 Received: from reader by c-98-215-178-110.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Jun 2009 23:39:30 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Harry Putnam Subject: [gentoo-user] Re: Introduce Manual manipulation during an emerge Date: Fri, 12 Jun 2009 18:39:31 -0500 Organization: Still searching... Message-ID: References: <20090613024331.665f13b2@coercion> <1244848817.4849.33.camel@alienhaven-ubuntu> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-215-178-110.hsd1.in.comcast.net User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (windows-nt) Cancel-Lock: sha1:TG1wYupECTDX44b0eNk4+4FuH3E= Sender: news X-Archives-Salt: 565f4299-1765-4d6d-b0c3-28cde87c0835 X-Archives-Hash: 1e62258ed426589d89da76ae363f552d "Arttu V." writes: > On Fri, 2009-06-12 at 16:22 -0500, Harry Putnam wrote: > >> i486-pc-linux-gnu-gcc -O2 -march=i486 -pipe -fno-inline-functions2 >> -march=i486 -pipe -fno-inline-functions _autotst.c -o _autotst >> -Wl,-O1 cc1: error: unrecognized command line option >> "-fno-inline-functions2" > > What do put in your CFLAGS (e.g., in /etc/make.conf)? Typos there? Here is what is in there right now.. apparently from the stage3 pulled down during install a few days ago. CFLAGS="-O2 -march=i486 -pipe" CXXFLAGS="-O2 -march=i486 -pipe" CHOST="i486-pc-linux-gnu" Looking at make.conf from an old backup I see: CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CXXFLAGS="${CFLAGS}" So trying that now. Haa finished up smoothly with those flags changed. Do you think I do something like `emerge -vuDN world' since everthing was compiled up to now with the old flags shown above?