[oe-commits] org.oe.dev angstrom: add TARGET_FPU for various archs

koen commit oe at amethyst.openembedded.net
Mon May 5 07:49:42 UTC 2008


angstrom: add TARGET_FPU for various archs

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 2c62d5f53df6ab7b1ada734c156e6c252c1ef900
ViewMTN: http://monotone.openembedded.org/revision/info/2c62d5f53df6ab7b1ada734c156e6c252c1ef900
Files:
1
conf/distro/include/angstrom.inc
Diffs:

#
# mt diff -r5dcbd5da0344537ae356d9e5c30a49045687be8d -r2c62d5f53df6ab7b1ada734c156e6c252c1ef900
#
#
#
# patch "conf/distro/include/angstrom.inc"
#  from [ae413c4fcb5e789d84028cb2149ae50b4177be84]
#    to [07055167d1e686bc6894c9e490f73d1ff54f7c89]
#
============================================================
--- conf/distro/include/angstrom.inc	ae413c4fcb5e789d84028cb2149ae50b4177be84
+++ conf/distro/include/angstrom.inc	07055167d1e686bc6894c9e490f73d1ff54f7c89
@@ -76,8 +76,11 @@ TARGET_FPU_ixp4xx ?= "soft"
 TARGET_FPU_arm ?= "soft"
 TARGET_FPU_armeb ?= "soft"
 TARGET_FPU_ixp4xx ?= "soft"
+TARGET_FPU_ppc405 ?= "soft"
 
-TARGET_FPU_dht-walnut ?= "soft"
+TARGET_FPU_armv6 ?= "hard"
+TARGET_FPU_armv7a ?= "hard"
+TARGET_FPU_ppc603e ?= "hard"
 
 #Set the right arch for the feeds
 #Alphabetically sorted






More information about the Openembedded-commits mailing list