From: Andoni Morales Alastruey Date: Mon, 14 Jan 2013 11:25:52 +0000 (+0100) Subject: configure: add support for android x86 X-Git-Tag: v1.3.0~1211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=652589d56c60b7db1e4d0af28d585372335ea81e;p=libvpx configure: add support for android x86 Change-Id: Iadbfce5ecddd53a5238c2036e2c07f05d5853a5a --- diff --git a/build/make/configure.sh b/build/make/configure.sh index c32fb91bc..ed07797e6 100755 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -1089,7 +1089,7 @@ EOF add_asflags -f x64 enabled debug && add_asflags -g cv8 ;; - linux*|solaris*) + linux*|solaris*|android*) add_asflags -f elf${bits} enabled debug && [ "${AS}" = yasm ] && add_asflags -g dwarf2 enabled debug && [ "${AS}" = nasm ] && add_asflags -g diff --git a/configure b/configure index 8bbd7ba5e..4999283e3 100755 --- a/configure +++ b/configure @@ -106,6 +106,7 @@ all_platforms="${all_platforms} ppc64-darwin8-gcc" all_platforms="${all_platforms} ppc64-darwin9-gcc" all_platforms="${all_platforms} ppc64-linux-gcc" all_platforms="${all_platforms} sparc-solaris-gcc" +all_platforms="${all_platforms} x86-android-gcc" all_platforms="${all_platforms} x86-darwin8-gcc" all_platforms="${all_platforms} x86-darwin8-icc" all_platforms="${all_platforms} x86-darwin9-gcc"