diff options
author | Koen Kooi <koen@openembedded.org> | 2008-03-16 19:20:52 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-16 19:20:52 +0000 |
commit | 30fc0f8457316e9ecbea2b0b4144d5bd577c418d (patch) | |
tree | 8f949637f5ae66c8e006b6c6661daa389a6895c6 /conf/machine/include/tune-cortexr4.inc | |
parent | c6403c11bd57afbbb62f9e31c1f597d86c0dacf5 (diff) |
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.inc | 4 |
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" |