]> granicus.if.org Git - libvpx/commitdiff
Require x86inc.asm
authorJohann <johannkoenig@google.com>
Thu, 30 Jun 2016 01:03:27 +0000 (18:03 -0700)
committerJohann <johannkoenig@google.com>
Thu, 30 Jun 2016 01:55:12 +0000 (18:55 -0700)
Force enable x86inc.asm when building for x86. Previously there were
compatibility issues so a flag was added to simplify disabling this
code.

The known issues have been resolved and x86inc.asm is the preferred
abstraction layer (over x86_abi_support.asm).

BUG=b:29583530

Change-Id: Ib935e97b37ffb22d7af72ba0f04564ae6280f1fd

build/make/configure.sh

index f2b8b37656d06e3ded694c3cae4fcca3f5a7cb4a..aa66d9d426db1425ee88e8f99d740f4de4266921 100644 (file)
@@ -1397,7 +1397,7 @@ EOF
   fi
 
   if [ "${tgt_isa}" = "x86_64" ] || [ "${tgt_isa}" = "x86" ]; then
-    soft_enable use_x86inc
+    enable_feature use_x86inc
   fi
 
   # Position Independent Code (PIC) support, for building relocatable