summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-cortexr4.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-06-10 11:36:33 +0000
committerRichard Purdie <richard@openedhand.com>2008-06-10 11:36:33 +0000
commitd2ae519cc3db827aa4b74b300da6dc696200bea1 (patch)
treeb1b3ddaf577e940afc40f0834fbba736b64da193 /meta/conf/machine/include/tune-cortexr4.inc
parent343c2cf010fc078fe506f0e649315e08fad4001a (diff)
downloadpoky-d2ae519cc3db827aa4b74b300da6dc696200bea1.tar.gz
conf/machine/include: Add tuning .inc files from OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4615 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/include/tune-cortexr4.inc')
-rw-r--r--meta/conf/machine/include/tune-cortexr4.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-cortexr4.inc b/meta/conf/machine/include/tune-cortexr4.inc
new file mode 100644
index 0000000000..93c82e8607
--- /dev/null
+++ b/meta/conf/machine/include/tune-cortexr4.inc
@@ -0,0 +1,4 @@
1# valid options for -march: `armv7', `armv7-r'
2TARGET_CC_ARCH = "-march=armv7-r -mtune=cortex-r4 -mfpu=vfp -mfloat-abi=softfp"
3FEED_ARCH = "armv7"
4PACKAGE_ARCH = "armv7"