From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E981D1381F3 for ; Sun, 19 May 2013 15:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BC34E08F3; Sun, 19 May 2013 15:47:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BD0AE08E5 for ; Sun, 19 May 2013 15:47:56 +0000 (UTC) Received: from localhost (pc-137-111-101-190.cm.vtr.net [190.101.111.137]) (using SSLv3 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aballier) by smtp.gentoo.org (Postfix) with ESMTPSA id DA8DA33E47D for ; Sun, 19 May 2013 15:47:54 +0000 (UTC) Date: Sun, 19 May 2013 11:47:49 -0400 From: Alexis Ballier To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Re: CPU use flag detection Message-ID: <20130519114749.7766385a@gentoo.org> In-Reply-To: <20130519023111.GB2324@waltdnes.org> References: <20130515165957.3c9847e3@gentoo.org> <20130517223923.1ea9acbd@caribou.gateway.2wire.net> <20130519023111.GB2324@waltdnes.org> Organization: Gentoo X-Mailer: Claws Mail 3.9.1 (GTK+ 2.24.18; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 8525b886-d4c9-4268-b3fe-a2c080b9d6f5 X-Archives-Hash: 004a89ca574335a99b9ff05b97d1c8d8 On Sat, 18 May 2013 22:31:11 -0400 "Walter Dnes" wrote: [...] > ...shouldn't "mmxext" be moved out of use.local.desc into use.desc? all the cpu flags should be global IMHO, regardless of how many packages use them: we already mask/unmask them globally on arches where they are irrelevant. Alexis.