diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-07-19 12:41:34 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-20 15:24:57 +0100 |
commit | 1448b6381b2039d0da7ab06c522d973bd8126747 (patch) | |
tree | e0388bd35fe43d6f13e91515a1834484d355b66c /meta | |
parent | 1a9ae8ea8c0540d41b8ff4d95c0420d6df754634 (diff) | |
download | openembedded-core-1448b6381b2039d0da7ab06c522d973bd8126747.tar.gz openembedded-core-1448b6381b2039d0da7ab06c522d973bd8126747.tar.bz2 openembedded-core-1448b6381b2039d0da7ab06c522d973bd8126747.zip |
tune-ppce500v2: Add a tune file for PowerPC e500v2 cores
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/machine/include/tune-ppce500v2.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-ppce500v2.inc b/meta/conf/machine/include/tune-ppce500v2.inc new file mode 100644 index 0000000000..d76dbc9a20 --- /dev/null +++ b/meta/conf/machine/include/tune-ppce500v2.inc @@ -0,0 +1,4 @@ +TARGET_CC_ARCH = "-mcpu=8548 -mabi=spe -mspe" +BASE_PACKAGE_ARCH = "ppce500v2" +FEED_ARCH = "ppce500v2" +PACKAGE_EXTRA_ARCHS = "powerpc ppce500v2" |