From: Mike Frysinger Date: Tue, 25 Sep 2012 04:37:11 +0000 (-0400) Subject: check for x32 targets X-Git-Tag: v1.2.0~69^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a75a9cf2fddefec93b7682d7698fb35138e7c8a6;p=libvpx check for x32 targets Add configure detection of the new x32 ABI as well as support in asm. Change-Id: Ic66a069599adeb81062090e3f11b71ee1fb97cb8 --- diff --git a/build/make/configure.sh b/build/make/configure.sh index eeb959a29..05bbabe77 100755 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -989,6 +989,11 @@ process_common_toolchain() { x86*) bits=32 enabled x86_64 && bits=64 + check_cpp <