glibc-package: use qemu-i386 when building for i486 architecture
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 19 Nov 2008 13:49:37 +0000 (11:49 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 19 Nov 2008 15:57:11 +0000 (13:57 -0200)
packages/glibc/glibc-package.bbclass

index e982a24..7caf6a7 100644 (file)
@@ -249,7 +249,7 @@ python package_do_split_gconvs () {
 
        def output_locale_binary(name, locale, encoding):
                target_arch = bb.data.getVar("TARGET_ARCH", d, 1)
-               if target_arch in ("i586", "i686"):
+               if target_arch in ("i486", "i586", "i686"):
                   target_arch = "i386"
 
                qemu = "qemu-%s -r 2.6.16" % target_arch