git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e9a8dc
)
angstrom: set target fpu to soft for armv6-novfp
author
Koen Kooi
<koen@openembedded.org>
Sun, 30 Nov 2008 14:31:41 +0000
(15:31 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 30 Nov 2008 14:31:41 +0000
(15:31 +0100)
conf/distro/include/angstrom.inc
patch
|
blob
|
history
diff --git
a/conf/distro/include/angstrom.inc
b/conf/distro/include/angstrom.inc
index
556a2d7
..
847078b
100644
(file)
--- a/
conf/distro/include/angstrom.inc
+++ b/
conf/distro/include/angstrom.inc
@@
-113,6
+113,7
@@
TARGET_FPU_ixp4xx ?= "soft"
TARGET_FPU_ppc405 ?= "soft"
TARGET_FPU_armv6 ?= "hard"
+TARGET_FPU_armv6-novfp ?= "soft"
TARGET_FPU_armv7a ?= "hard"
TARGET_FPU_ppc603e ?= "hard"