[oe-commits] Christopher Larson : external-csl: add mapping for powerpc-nf

git at git.openembedded.org git at git.openembedded.org
Wed Mar 28 09:13:35 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 27edc9f8c053e2d5fa7c1bb44ae7d028666c5722
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=27edc9f8c053e2d5fa7c1bb44ae7d028666c5722

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Tue Mar 27 14:51:07 2012 -0500

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 at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 7bb8453..1fc366c 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',





More information about the Openembedded-commits mailing list