aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-cortexr4.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-03-16 19:20:52 +0000
committerKoen Kooi <koen@openembedded.org>2008-03-16 19:20:52 +0000
commit30fc0f8457316e9ecbea2b0b4144d5bd577c418d (patch)
tree8f949637f5ae66c8e006b6c6661daa389a6895c6 /conf/machine/include/tune-cortexr4.inc
parentc6403c11bd57afbbb62f9e31c1f597d86c0dacf5 (diff)
downloadopenembedded-30fc0f8457316e9ecbea2b0b4144d5bd577c418d.tar.gz
tune files: add files for generic armv7 and cortex series
* http://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html * http://en.wikipedia.org/wiki/ARM_architecture
Diffstat (limited to 'conf/machine/include/tune-cortexr4.inc')
-rw-r--r--conf/machine/include/tune-cortexr4.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/tune-cortexr4.inc b/conf/machine/include/tune-cortexr4.inc
new file mode 100644
index 0000000000..5d9a30f629
--- /dev/null
+++ b/conf/machine/include/tune-cortexr4.inc
@@ -0,0 +1,4 @@
+# valid options for -march: `armv7', `armv7-r'
+TARGET_CC_ARCH = "-march=armv7 -mtune=cortex-r4 -mfpu=vfp -mfloat-abi=softfp"
+FEED_ARCH = "armv7"
+PACKAGE_ARCH = "armv7"