configure: remove x86inc.asm distinction
BUG=b:29583530 Change-Id: I59a1192142e89a6a36b906f65a491a734e603617
This commit is contained in:
parent
0266e70c52
commit
571f00cb95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user