From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1EAWLB-0005AO-Gu for garchives@archives.gentoo.org; Wed, 31 Aug 2005 17:25:37 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7VHMQKQ010516; Wed, 31 Aug 2005 17:22:26 GMT Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7VHIfpT018940 for ; Wed, 31 Aug 2005 17:18:42 GMT Received: by zproxy.gmail.com with SMTP id x7so120329nzc for ; Wed, 31 Aug 2005 10:21:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ggtgvl9CbgIIqgmnLlp2RR5Hb6EQwGWwBc8QBt5XYAiufaMu/O1JrFheL3Ij6iqHhL0yp3mhIuKk8EIkRqN0DrxVLX19H1uIe8h4zKYsF2phK9bPpdXp54hf75gL9ZVlESaVn+lKAOx/NPg0XN9srFqCyF7FPOpsw3o5PAzWBI8= Received: by 10.36.146.10 with SMTP id t10mr1002079nzd; Wed, 31 Aug 2005 10:21:00 -0700 (PDT) Received: by 10.36.60.4 with HTTP; Wed, 31 Aug 2005 10:21:00 -0700 (PDT) Message-ID: <5bdc1c8b05083110211443a115@mail.gmail.com> Date: Wed, 31 Aug 2005 10:21:00 -0700 From: Mark Knecht To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] cpu flags / USE flags / compiler flags In-Reply-To: <200508311852.43418.volker.armin.hemmann@tu-clausthal.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <5bdc1c8b05083109046b8ebdf7@mail.gmail.com> <200508311852.43418.volker.armin.hemmann@tu-clausthal.de> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j7VHIfpT018940 X-Archives-Salt: 2bb33a41-35ce-4f8f-9b49-3f9ae899ad5d X-Archives-Hash: 628858a400d044cf41db7e95b4ddaf41 On 8/31/05, Volker Armin Hemmann wrote: > Hi, > > before you panic, have you tried the firefox-bin packet with the same site? > > Maybe nspluginviewer is the culprit? I had to kill it so many times I can't > remember. Thanks Volker. I'll give it a try. I'm still interested in the right way to really set up these flags though. I was looking at some of the online docs and found stuff like this in some emails: "I'm compiling currently with -mfpmath=387 -msse -mcpu=pentium3 -march=pentium3 and gcc 3.1.1-4 from the very latest experimental cygwin distribution." Obviously I'm not intested in cygwin, etc., but when I saw -msse it made me wonder if I was supposed to change my CFLAGS line from CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer" to CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer -mmx -msse -msse2" I understand that the USE flags control what options are built into a pachage, but in the case of CPU flags do they also control the compiler flags that are used to build the package? Not being a programmer this is one part I'm confused about. Thanks, Mark -- gentoo-user@gentoo.org mailing list