diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-07-19 12:42:49 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-20 15:27:35 +0100 |
commit | 676e3e903f5d6ec9ce3bd3788ab5d5c21ece7f69 (patch) | |
tree | 059b397d2fe1642906f50d20de53a0a01d0a17ff /meta/conf | |
parent | 2097906db6673eaace011828d4057641ec4e4265 (diff) | |
download | poky-676e3e903f5d6ec9ce3bd3788ab5d5c21ece7f69.tar.gz |
tune-ppce500mc: Add a tune file for PowerPC e500mc core
(From OE-Core rev: 8f37792dc422f81e39e3b32df5e56d915c87216f)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/tune-ppce500mc.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-ppce500mc.inc b/meta/conf/machine/include/tune-ppce500mc.inc new file mode 100644 index 0000000000..763ec1a775 --- /dev/null +++ b/meta/conf/machine/include/tune-ppce500mc.inc | |||
@@ -0,0 +1,4 @@ | |||
1 | TARGET_CC_ARCH = "-mcpu=e500mc" | ||
2 | BASE_PACKAGE_ARCH = "ppce500mc" | ||
3 | FEED_ARCH = "ppce500mc" | ||
4 | PACKAGE_EXTRA_ARCHS = "powerpc ppce500mc" | ||