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 1SVGNh-0001Io-Oi for garchives@archives.gentoo.org; Fri, 18 May 2012 06:09:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 368ECE0AD3 for ; Fri, 18 May 2012 06:09:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 523B0E07AA for ; Fri, 18 May 2012 05:10:16 +0000 (UTC) Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id C433C1B4042 for ; Fri, 18 May 2012 05:10:15 +0000 (UTC) From: Mike Frysinger Organization: wh0rd.org To: gentoo-embedded@lists.gentoo.org Subject: [gentoo-embedded] default fp selection with armv6/armv7 targets Date: Fri, 18 May 2012 01:10:46 -0400 User-Agent: KMail/1.13.7 (Linux/3.4.0-rc6; KDE/4.6.5; x86_64; ; ) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2465885.2YIdcj2g7Q"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201205180110.47753.vapier@gentoo.org> X-Archives-Salt: d29ee794-4a40-4e88-befb-dbc8dfdfd5e9 X-Archives-Hash: 702e0a5042fb0c50092b697411d8e64c --nextPart2465885.2YIdcj2g7Q Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable currently, we have the system: - if chost matches *-softfloat-*, you get softfloat - if chost matches *-hardfloat-*, you get hardfloat - for everything else, you get the gcc default with the standardization work going on with armv7+ and hardfp, i've made th= e=20 following change: - if chost matches armv7*-softfloat-*, you got softfloat - for all other armv7* targets, you get hardfloat vfp3-d16 along those lines, i've also slipped in: - if chost matches armv6*-softfloat-*, you got softfloat - for all other armv6* targets, you get hardfloat vfp considering vfp is required baseline in these cores now, it doesn't make se= nse=20 to not use it if the user has explicitly stated they're targeting these=20 arches. if you really want to use a different default, you can still use EXTRA_ECON= =46 to=20 set whatever you want. =2Dmike --nextPart2465885.2YIdcj2g7Q Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iQIcBAABAgAGBQJPtdnXAAoJEEFjO5/oN/WBmpUQAN8O3PW7yczTdaax0PhhN5NF JDxoufpw515JDeDchGMsjGRBmeuFnnUVsg3JbjVQfIAxLcM2ThHswjxUeqbkEaws po6biKIAX1fwbX3sxrm6CIuPenWO+KzgMAZ0RXDhEu4GFFv54T/84akPa2cDEUMT WWQhmeagS18DHiIubdKrNi9ea7VHk5VXIh6LR+G3YHO7syHZ+98hnv/uLlgNi1RV 42S/u+8XW/50R4LziU9Nav1/kAOmh4j6FsWG9kBXz6rwWKWrZ6fD9fcPedzE5mMB 70+0ecEjnAQZ9f3T54I3VzcvsSktgDDjKeXEOxCwedmn6cHX0stFk231BQauHC2T yk0oXT6P/SyATTzqErAJoclkV9sN28/cZtzcJWBkTJ83osVNrRoNIqt7ser+uP2T BQPn55Ih1ff6xuGAiKyyopcIpbg12RnzNl7+pRMQPSKkRnNExN1DfMgppaTuF515 GndZB4laJrBkzsWdAnZ5loRky52Uib4gI898+DewDowU37rLyFQ0SwFGMYwMbqZX rpWHeNNjxzT1vH3QKZ0SASOelLXRkMJOXQavaUzlX0pIeOb7kH/RyiPAbWQJAzv0 iMDsxzCrfmPCMN4RBWSbXIvfgnK/J/6FvIryD7wUkpageMFg5FkfhPmXfY50jlcT qUuUoKJLG6IdrZolHndi =4mOn -----END PGP SIGNATURE----- --nextPart2465885.2YIdcj2g7Q--