From 571f00cb9532d264c543d996739e336bee3f7134 Mon Sep 17 00:00:00 2001 From: Johann Date: Wed, 29 Jun 2016 18:37:33 -0700 Subject: [PATCH] configure: remove x86inc.asm distinction BUG=b:29583530 Change-Id: I59a1192142e89a6a36b906f65a491a734e603617 --- build/make/configure.sh | 4 ---- configure | 2 -- 2 files changed, 6 deletions(-) diff --git a/build/make/configure.sh b/build/make/configure.sh index aa66d9d42..2e1597779 100644 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -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 diff --git a/configure b/configure index dbbd81f19..c1ad24bfb 100755 --- 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