summaryrefslogtreecommitdiff
path: root/build/make
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2016-06-29 18:03:27 -0700
committerJohann <johannkoenig@google.com>2016-06-29 18:55:12 -0700
commitd11c97e8e2c4a661a3d0fd54d8b0402dfd6bbc0f (patch)
tree3fc523714f9d5100bafcb65469a7d5283e98a9fb /build/make
parent046226376533b610ddc700f14409f195aa6abd51 (diff)
downloadlibvpx-d11c97e8e2c4a661a3d0fd54d8b0402dfd6bbc0f.tar
libvpx-d11c97e8e2c4a661a3d0fd54d8b0402dfd6bbc0f.tar.gz
libvpx-d11c97e8e2c4a661a3d0fd54d8b0402dfd6bbc0f.tar.bz2
libvpx-d11c97e8e2c4a661a3d0fd54d8b0402dfd6bbc0f.zip
Require x86inc.asm
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
Diffstat (limited to 'build/make')
-rw-r--r--build/make/configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index f2b8b3765..aa66d9d42 100644
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -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