We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c8963c + 9ca8aa3 commit 45bc6acCopy full SHA for 45bc6ac
build/.config
@@ -73,6 +73,7 @@ CONFIG_RTE_MACHINE="ivb"
73
## define the architecture we compile for.
74
## CONFIG_RTE_ARCH can be i686, x86_64, x86_64_32
75
##
76
+CONFIG_RTE_ARCH_64=y
77
CONFIG_RTE_ARCH="x86_64"
78
CONFIG_RTE_ARCH_X86_64=y
79
@@ -298,9 +299,3 @@ CONFIG_RTE_APP_TEST=n
298
299
CONFIG_RTE_TEST_PMD=n
300
CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES=n
301
CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS=n
-CONFIG_RTE_MACHINE="native"
302
-CONFIG_RTE_ARCH="x86_64"
303
-CONFIG_RTE_ARCH_X86_64=y
304
-CONFIG_RTE_ARCH_64=y
305
-CONFIG_RTE_TOOLCHAIN="gcc"
306
-CONFIG_RTE_TOOLCHAIN_GCC=y
0 commit comments