From: Johann Date: Fri, 14 Oct 2011 19:06:24 +0000 (-0700) Subject: add 32bit darwin10 (10.6) target X-Git-Tag: v1.0.0~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4341e5af66c92531fcd3f3e66ac18e70b3752ca9;p=libvpx add 32bit darwin10 (10.6) target Change-Id: Id1c189350d54919be37f864dae91dee37584945a --- diff --git a/configure b/configure index 3e1e0e5e1..348783289 100755 --- a/configure +++ b/configure @@ -107,6 +107,7 @@ all_platforms="${all_platforms} x86-darwin8-gcc" all_platforms="${all_platforms} x86-darwin8-icc" all_platforms="${all_platforms} x86-darwin9-gcc" all_platforms="${all_platforms} x86-darwin9-icc" +all_platforms="${all_platforms} x86-darwin10-gcc" all_platforms="${all_platforms} x86-linux-gcc" all_platforms="${all_platforms} x86-linux-icc" all_platforms="${all_platforms} x86-solaris-gcc"