[oe-commits] Khem Raj : sane-toolchain.inc: Add armv4 to ARM EABI supporting architectures.

git version control git at git.openembedded.org
Mon Jul 19 22:38:45 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1453178a02324a01f99b3250635f176bdcde4403
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1453178a02324a01f99b3250635f176bdcde4403

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Jul 19 01:22:45 2010 -0700

sane-toolchain.inc: Add armv4 to ARM EABI supporting architectures.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 conf/distro/include/sane-toolchain.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index 6b6b170..08fc077 100644
--- a/conf/distro/include/sane-toolchain.inc
+++ b/conf/distro/include/sane-toolchain.inc
@@ -145,7 +145,7 @@ def detect_arm_abi (d):
 			return "oabi"
 		else:
 			return ""
-	if bb.data.getVar('TARGET_ARCH', d, 1) in [ 'arm', 'armeb' ]:          
+	if bb.data.getVar('TARGET_ARCH', d, 1) in [ 'arm', 'armeb' ]:
 		if 'eabi' in bb.data.getVar('DISTRO_FEATURES',d).split():
 			return "eabi"
 		return "oabi"
@@ -154,7 +154,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 armv5teb armv4t"
+	armv5te iwmmxt armv7a armv7 armv5teb armv4t armv4"
 	ppc_spe_supporting_arches = "ppce500v2 ppce500"
 	gnu_suffix = ""
 	if bb.data.getVar('LIBC', d, 1) == "uclibc":





More information about the Openembedded-commits mailing list