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>
This commit is contained in:
Christopher Larson 2012-03-27 14:51:07 -05:00 committed by Richard Purdie
parent 9e9d3d4528
commit 9192e49426
1 changed files with 1 additions and 0 deletions

View 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',