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 10:10:56 +0100 |
commit | 9192e49426a13d150d1dcc641705c628e33ecd21 (patch) | |
tree | 0d1016b23f0fa7e6045449c76bd11f728e147676 /meta | |
parent | 9e9d3d452806d62821028e709147376ff01f326d (diff) | |
download | poky-9192e49426a13d150d1dcc641705c628e33ecd21.tar.gz |
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.
(From OE-Core rev: 27edc9f8c053e2d5fa7c1bb44ae7d028666c5722)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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): | |||
48 | 'i686': 'sgxx-glibc', | 48 | 'i686': 'sgxx-glibc', |
49 | 'mips': 'mips32', | 49 | 'mips': 'mips32', |
50 | 'mipsel': 'el', | 50 | 'mipsel': 'el', |
51 | 'powerpc-nf': 'nof', | ||
51 | 'ppce500': 'te500v1', | 52 | 'ppce500': 'te500v1', |
52 | 'ppce500mc': 'te500mc', | 53 | 'ppce500mc': 'te500mc', |
53 | 'ppce500v2': 'te500v2', | 54 | 'ppce500v2': 'te500v2', |