sed -i -e 's"\([^/]\)build/core"\1build/make/core"g' $(git grep -l build/core) Test: m checkbuild Change-Id: Idf3a2fed79aee5d2c07bd8e42f0c0660f253ddc2
10 lines
373 B
Makefile
10 lines
373 B
Makefile
# This file contains feature macro definitions specific to the
|
|
# 'x86-atom' arch variant. This is an extension of the 'x86' base variant
|
|
# that adds Atom-specific features.
|
|
#
|
|
# See build/make/core/combo/arch/x86/x86.mk for differences.
|
|
#
|
|
ARCH_X86_HAVE_SSSE3 := true
|
|
ARCH_X86_HAVE_MOVBE := true
|
|
ARCH_X86_HAVE_POPCNT := false # popcnt is not supported by current Atom CPUs
|