sane-toolchain.inc: armv5te mentioned twice on eabi-capable list
authorAleksandr Koltsoff <czr@iki.fi>
Wed, 16 Sep 2009 00:19:14 +0000 (00:19 +0000)
committerKhem Raj <raj.khem@gmail.com>
Wed, 16 Sep 2009 19:05:38 +0000 (12:05 -0700)
* 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>
conf/distro/include/sane-toolchain.inc

index 36ec5e5..9351187 100644 (file)
@@ -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":