mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 21:58:31 +00:00
android-tools: Recognise i686 for HOST_ARCH
qemux86 now uses i686 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
2b49254d61
commit
5fc1bf0dbe
@ -102,7 +102,7 @@ do_compile() {
|
||||
powerpc|powerpc64)
|
||||
export android_arch=linux-ppc
|
||||
;;
|
||||
i586|x86_64)
|
||||
i586|i686|x86_64)
|
||||
export android_arch=linux-x86
|
||||
;;
|
||||
esac
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user