* armv5te is mentioned twice in the arm_eabi_supporting_arches list of
sane-toolchain.inc. Remove the latter occurance.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Cliff Brake <cliff.brake@gmail.com>
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":