diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-15 00:45:01 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-15 00:45:01 +0000 |
commit | 0d6824e42941d7ba23b41367a96624cab0569081 (patch) | |
tree | f1c4c6cba723ef86a60fb67edab21d6425fc3cca /qte/qte_2.3.8-snap.oe | |
parent | fd47be3d251d607996d750fc971b3207b70261f0 (diff) |
mipsel->mips for qte's arch.
BKrev: 40a5680dCyGc0VpUUMVNpScjl6FrYA
Diffstat (limited to 'qte/qte_2.3.8-snap.oe')
-rw-r--r-- | qte/qte_2.3.8-snap.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qte/qte_2.3.8-snap.oe b/qte/qte_2.3.8-snap.oe index 82be6e15f1..6f0ffb62c7 100644 --- a/qte/qte_2.3.8-snap.oe +++ b/qte/qte_2.3.8-snap.oe @@ -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)}" |