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:
89ed3ea
)
tegra2: change feed and basearch to armv7a-vfp as suggested by koen
author
Henning Heinold
<h.heinold@tarent.de>
Wed, 5 Jan 2011 13:59:01 +0000
(14:59 +0100)
committer
Henning Heinold
<h.heinold@tarent.de>
Wed, 5 Jan 2011 13:59:48 +0000
(14:59 +0100)
conf/machine/include/tune-cortexa9tegra.inc
patch
|
blob
|
history
diff --git
a/conf/machine/include/tune-cortexa9tegra.inc
b/conf/machine/include/tune-cortexa9tegra.inc
index
0476848
..
f736477
100644
(file)
--- a/
conf/machine/include/tune-cortexa9tegra.inc
+++ b/
conf/machine/include/tune-cortexa9tegra.inc
@@
-1,6
+1,8
@@
-# tegra
2 platform has no neon unit
+# tegra2 platform has no neon unit
TARGET_CC_ARCH = "-march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -mfloat-abi=soft"
-FEED_ARCH = "armv7a"
-PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te armv6 armv7 armv7a"
-BASE_PACKAGE_ARCH = "armv7a"
+
+BASE_PACKAGE_ARCH = "armv7a-vfp"
+FEED_ARCH = "armv7a-vfp"
+
+PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te armv6 armv7 armv7a-vfp"