public inbox for gentoo-embedded@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.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	[thread overview]
Message-ID: <201205180110.47753.vapier@gentoo.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 849 bytes --]

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 the 
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 sense 
to not use it if the user has explicitly stated they're targeting these 
arches.

if you really want to use a different default, you can still use EXTRA_ECONF to 
set whatever you want.
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

             reply	other threads:[~2012-05-18  6:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-18  5:10 Mike Frysinger [this message]
2012-08-10 14:36 ` [gentoo-embedded] default fp selection with armv6/armv7 targets Christopher Friedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201205180110.47753.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gentoo-embedded@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox