]> granicus.if.org Git - libvpx/commitdiff
configure: remove x86inc.asm distinction
authorJohann <johannkoenig@google.com>
Thu, 30 Jun 2016 01:37:33 +0000 (18:37 -0700)
committerJohann <johannkoenig@google.com>
Thu, 30 Jun 2016 18:14:14 +0000 (11:14 -0700)
BUG=b:29583530

Change-Id: I59a1192142e89a6a36b906f65a491a734e603617

build/make/configure.sh
configure

index aa66d9d426db1425ee88e8f99d740f4de4266921..2e15977791a1363b925f29336e664b49ff5462c1 100644 (file)
@@ -1396,10 +1396,6 @@ EOF
     fi
   fi
 
-  if [ "${tgt_isa}" = "x86_64" ] || [ "${tgt_isa}" = "x86" ]; then
-    enable_feature use_x86inc
-  fi
-
   # Position Independent Code (PIC) support, for building relocatable
   # shared objects
   enabled gcc && enabled pic && check_add_cflags -fPIC
index dbbd81f1904d879526654462d60784f56af966d9..c1ad24bfbbb4b3a6a567ef6e4e48f655f70dcfa6 100755 (executable)
--- a/configure
+++ b/configure
@@ -267,7 +267,6 @@ CONFIG_LIST="
     install_bins
     install_libs
     install_srcs
-    use_x86inc
     debug
     gprof
     gcov
@@ -329,7 +328,6 @@ CMDLINE_SELECT="
     gprof
     gcov
     pic
-    use_x86inc
     optimizations
     ccache
     runtime_cpu_detect