]> code.ossystems Code Review - openembedded-core.git/commitdiff
external-csl: add mapping for powerpc-nf
authorChristopher Larson <chris_larson@mentor.com>
Tue, 27 Mar 2012 19:51:07 +0000 (14:51 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Mar 2012 08:34:43 +0000 (09:34 +0100)
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>
meta/conf/distro/include/tcmode-external-csl.inc

index 7bb84537328ee7ca54e9d52e88fd00387f75bf37..1fc366c946c1c48e14754c1a56d9f40c49444da3 100644 (file)
@@ -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',