mipsel->mips for qte's arch.
authorChris Larson <clarson@kergoth.com>
Sat, 15 May 2004 00:45:01 +0000 (00:45 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 15 May 2004 00:45:01 +0000 (00:45 +0000)
BKrev: 40a5680dCyGc0VpUUMVNpScjl6FrYA

qte/qte_2.3.7.oe
qte/qte_2.3.8-snap.oe

index 19166c1..52e3737 100644 (file)
@@ -20,6 +20,8 @@ def qte_arch(d):
                arch = "x86"
        elif arch == "x86_64":
                arch = "x86"
+       elif arch == "mipsel":
+               arch = "mips"
        return arch
 
 QTE_ARCH := "${@qte_arch(d)}"
index 82be6e1..6f0ffb6 100644 (file)
@@ -21,6 +21,8 @@ def qte_arch(d):
                arch = "x86"
        elif arch == "x86_64":
                arch = "x86"
+       elif arch == "mipsel":
+               arch = "mips"
        return arch
 
 QTE_ARCH := "${@qte_arch(d)}"