From: Aleksandr Koltsoff Date: Wed, 16 Sep 2009 00:19:14 +0000 (+0000) Subject: sane-toolchain.inc: armv5te mentioned twice on eabi-capable list X-Git-Tag: Release-2010-05/1~2444 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c4c18764b51b6fcad9f232453ccb7b844cafa52;p=openembedded.git sane-toolchain.inc: armv5te mentioned twice on eabi-capable list * armv5te is mentioned twice in the arm_eabi_supporting_arches list of sane-toolchain.inc. Remove the latter occurance. Signed-off-by: Khem Raj Acked-by: Cliff Brake --- diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc index 36ec5e572f..9351187fe1 100644 --- a/conf/distro/include/sane-toolchain.inc +++ b/conf/distro/include/sane-toolchain.inc @@ -157,7 +157,7 @@ def detect_arm_abi (d): def compute_os_portion_of_target_triplet (d): import bb arm_eabi_supporting_arches = "armv6 armv6-novfp \ - armv5te iwmmxt armv7a armv7 armv6 armv5teb armv5te armv4t" + armv5te iwmmxt armv7a armv7 armv6 armv5teb armv4t" ppc_spe_supporting_arches = "ppce500v2 ppce500" if bb.data.getVar("LIBC", d, 1) == "uclibc":