Skip to content

Commit

Permalink
Merge pull request #5 from eyalsol/development
Browse files Browse the repository at this point in the history
zeek/vendor/dpdk: build with ivy bridge architecture
  • Loading branch information
yanburman committed Jun 30, 2016
2 parents 5c8963c + 9ca8aa3 commit 45bc6ac
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build/.config
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ CONFIG_RTE_MACHINE="ivb"
## define the architecture we compile for.
## CONFIG_RTE_ARCH can be i686, x86_64, x86_64_32
##
CONFIG_RTE_ARCH_64=y
CONFIG_RTE_ARCH="x86_64"
CONFIG_RTE_ARCH_X86_64=y
##
Expand Down Expand Up @@ -298,9 +299,3 @@ CONFIG_RTE_APP_TEST=n
CONFIG_RTE_TEST_PMD=n
CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES=n
CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS=n
CONFIG_RTE_MACHINE="native"
CONFIG_RTE_ARCH="x86_64"
CONFIG_RTE_ARCH_X86_64=y
CONFIG_RTE_ARCH_64=y
CONFIG_RTE_TOOLCHAIN="gcc"
CONFIG_RTE_TOOLCHAIN_GCC=y

0 comments on commit 45bc6ac

Please sign in to comment.