File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -68,18 +68,19 @@ CONFIG_RTE_EXEC_ENV_LINUXAPP=y
6868## it will be compiled with whatever latest processor the compiler supports!
6969##
7070#CONFIG_RTE_MACHINE="native"
71+ CONFIG_RTE_MACHINE="ivb"
7172##
7273## define the architecture we compile for.
7374## CONFIG_RTE_ARCH can be i686, x86_64, x86_64_32
7475##
75- # CONFIG_RTE_ARCH="x86_64"
76- # CONFIG_RTE_ARCH_X86_64=y
76+ CONFIG_RTE_ARCH="x86_64"
77+ CONFIG_RTE_ARCH_X86_64=y
7778##
7879## The compiler we use.
7980## Can be gcc, icc or clang.
8081##
81- # CONFIG_RTE_TOOLCHAIN="gcc"
82- # CONFIG_RTE_TOOLCHAIN_GCC=y
82+ CONFIG_RTE_TOOLCHAIN="gcc"
83+ CONFIG_RTE_TOOLCHAIN_GCC=y
8384# Use intrinsics or assembly code for key routines
8485CONFIG_RTE_FORCE_INTRINSICS=n
8586# Compile to share library
You can’t perform that action at this time.
0 commit comments