Gentoo Archives: gentoo-embedded

From: Mike Frysinger <vapier@g.o>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] default fp selection with armv6/armv7 targets
Date: Fri, 18 May 2012 06:09:42
Message-Id: 201205180110.47753.vapier@gentoo.org
1 currently, we have the system:
2 - if chost matches *-softfloat-*, you get softfloat
3 - if chost matches *-hardfloat-*, you get hardfloat
4 - for everything else, you get the gcc default
5
6 with the standardization work going on with armv7+ and hardfp, i've made the
7 following change:
8 - if chost matches armv7*-softfloat-*, you got softfloat
9 - for all other armv7* targets, you get hardfloat vfp3-d16
10
11 along those lines, i've also slipped in:
12 - if chost matches armv6*-softfloat-*, you got softfloat
13 - for all other armv6* targets, you get hardfloat vfp
14
15 considering vfp is required baseline in these cores now, it doesn't make sense
16 to not use it if the user has explicitly stated they're targeting these
17 arches.
18
19 if you really want to use a different default, you can still use EXTRA_ECONF to
20 set whatever you want.
21 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-embedded] default fp selection with armv6/armv7 targets Christopher Friedt <chrisfriedt@×××××.com>