Disable cpu features

Change-Id: I8e5f1181b699241b061fbddfd9c014e7fc0dc3d1
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
(cherry picked from commit cde514abaa)
This commit is contained in:
Guo Ruijing 2016-09-06 19:18:24 -04:00 committed by Ruijing
parent 137748b828
commit 5db7909f82
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ build-indep: build-config
build-arch: build-config
dh_testdir
echo "CPUFLAGS_LIST := -DRTE_COMPILE_TIME_CPUFLAGS=" > mk/rte.cpuflags.mk
$(MAKE) O=$(DPDK_STATIC_DIR) build
# Unfortunately the decision about having static or shared libraries is
# made for the whole build, which then produces only .a or .so files