aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-01-15 16:50:32 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2009-01-21 12:05:30 +0100
commit1bd70f27e9c37f9e56e5c25e92822f2a2a8b398d (patch)
tree84f2a88be1c34589c993aea28301fbdc02d32c74 /conf
parent34aabfd099c35780f4a8917fda12380e30e61466 (diff)
downloadopenembedded-1bd70f27e9c37f9e56e5c25e92822f2a2a8b398d.tar.gz
Add tuning for ARM1176JZF-S core
This core is featured in processors such as the S3C6410.
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/tune-arm1176jzf-s.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/include/tune-arm1176jzf-s.inc b/conf/machine/include/tune-arm1176jzf-s.inc
new file mode 100644
index 0000000000..b7c5291731
--- /dev/null
+++ b/conf/machine/include/tune-arm1176jzf-s.inc
@@ -0,0 +1,7 @@
+TARGET_CC_ARCH = "-march=armv6j -mtune=arm1176jzf-s -mfpu=vfp -mfloat-abi=softfp"
+FEED_ARCH = "armv6"
+BASE_PACKAGE_ARCH = "armv6"
+PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te armv6"
+
+# Include tune file for thumb support, it defaults to off so DISTROs can turn it on if they wish
+require conf/machine/include/tune-thumb.inc