diff options
author | Christopher Larson <chris_larson@mentor.com> | 2012-03-27 14:51:07 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-28 09:34:43 +0100 |
commit | 27edc9f8c053e2d5fa7c1bb44ae7d028666c5722 (patch) | |
tree | 2baf5e9b4afd3413e2f7e904a23908ef2648cd1f /meta/conf/distro | |
parent | f79184d4000708020f76d82330428b5e7a803642 (diff) | |
download | openembedded-core-27edc9f8c053e2d5fa7c1bb44ae7d028666c5722.tar.gz openembedded-core-27edc9f8c053e2d5fa7c1bb44ae7d028666c5722.tar.bz2 openembedded-core-27edc9f8c053e2d5fa7c1bb44ae7d028666c5722.zip |
external-csl: add mapping for powerpc-nf
This ensures we get the files from the correct multilib dir in the external
toolchain when using powerpc with soft-float.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/tcmode-external-csl.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/tcmode-external-csl.inc b/meta/conf/distro/include/tcmode-external-csl.inc index 7bb8453732..1fc366c946 100644 --- a/meta/conf/distro/include/tcmode-external-csl.inc +++ b/meta/conf/distro/include/tcmode-external-csl.inc @@ -48,6 +48,7 @@ def csl_target_core(d): 'i686': 'sgxx-glibc', 'mips': 'mips32', 'mipsel': 'el', + 'powerpc-nf': 'nof', 'ppce500': 'te500v1', 'ppce500mc': 'te500mc', 'ppce500v2': 'te500v2', |