From 9192e49426a13d150d1dcc641705c628e33ecd21 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Tue, 27 Mar 2012 14:51:07 -0500 Subject: 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 Signed-off-by: Richard Purdie --- meta/conf/distro/include/tcmode-external-csl.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf') 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', -- cgit v1.2.3-54-g00ecf