diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-27 16:18:46 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-27 16:18:46 +0000 |
commit | 261c8d8c775f44b6935a5b36ee00a084910afae7 (patch) | |
tree | 4a3f86e78529f8a17432a5b9d58837a2085083cf /meta/conf/machine/include/tune-arm1136jf-s.inc | |
parent | 697dbc937b42350630ed4211d2e6ef5332385dd0 (diff) | |
download | poky-261c8d8c775f44b6935a5b36ee00a084910afae7.tar.gz |
tune-arm1136jf-s.inc: optimizations for armv6 devices
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3258 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/include/tune-arm1136jf-s.inc')
-rw-r--r-- | meta/conf/machine/include/tune-arm1136jf-s.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-arm1136jf-s.inc b/meta/conf/machine/include/tune-arm1136jf-s.inc new file mode 100644 index 0000000000..a69df825c0 --- /dev/null +++ b/meta/conf/machine/include/tune-arm1136jf-s.inc | |||
@@ -0,0 +1,3 @@ | |||
1 | TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp" | ||
2 | FEED_ARCH = "armv6" | ||
3 | PACKAGE_ARCH = "armv6" | ||