diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-09-10 21:04:10 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-10 21:54:22 -0700 |
commit | 5fc1bf0dbe1f6d757f823bdd31dfc3a797f868d0 (patch) | |
tree | 7dbdcacc58bf433512a31518dbe376344c5c0751 /meta-oe/recipes-devtools | |
parent | 2b49254d61ca817799a206cd022617854aa5bc0b (diff) | |
download | meta-openembedded-5fc1bf0dbe1f6d757f823bdd31dfc3a797f868d0.tar.gz |
android-tools: Recognise i686 for HOST_ARCH
qemux86 now uses i686
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb index 34b0b7a3b..c0d08db17 100644 --- a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb +++ b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb | |||
@@ -102,7 +102,7 @@ do_compile() { | |||
102 | powerpc|powerpc64) | 102 | powerpc|powerpc64) |
103 | export android_arch=linux-ppc | 103 | export android_arch=linux-ppc |
104 | ;; | 104 | ;; |
105 | i586|x86_64) | 105 | i586|i686|x86_64) |
106 | export android_arch=linux-x86 | 106 | export android_arch=linux-x86 |
107 | ;; | 107 | ;; |
108 | esac | 108 | esac |