]> git.droids-corp.org - dpdk.git/commitdiff
config: fix missing 64-bit flag on FreeBSD
authorKeith Wiles <keith.wiles@intel.com>
Fri, 4 Mar 2016 17:03:26 +0000 (11:03 -0600)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 4 Mar 2016 22:46:54 +0000 (23:46 +0100)
Until now, the generic 64-bit flag was used only for ARM or Linux,
and was not defined for BSD environment.

Fixes: d05e7115f466 ("mem: support layout of IBM Power")
Signed-off-by: Keith Wiles <keith.wiles@intel.com>
config/defconfig_x86_64-native-bsdapp-clang
config/defconfig_x86_64-native-bsdapp-gcc

index d2baf2c4f7ae05c277c44700f47b67d497c3a5c8..8b870b328fc480fcd8f2eb7e4568d666f5af0073 100644 (file)
@@ -37,6 +37,7 @@ CONFIG_RTE_MACHINE="native"
 CONFIG_RTE_ARCH="x86_64"
 CONFIG_RTE_ARCH_X86_64=y
 CONFIG_RTE_ARCH_X86=y
+CONFIG_RTE_ARCH_64=y
 
 CONFIG_RTE_TOOLCHAIN="clang"
 CONFIG_RTE_TOOLCHAIN_CLANG=y
index 5a6a4e8c98f2424be41c4f5829c0092791738f20..4ea4433be0fece9c4f5e825619e79372d20af7ea 100644 (file)
@@ -37,6 +37,7 @@ CONFIG_RTE_MACHINE="native"
 CONFIG_RTE_ARCH="x86_64"
 CONFIG_RTE_ARCH_X86_64=y
 CONFIG_RTE_ARCH_X86=y
+CONFIG_RTE_ARCH_64=y
 
 CONFIG_RTE_TOOLCHAIN="gcc"
 CONFIG_RTE_TOOLCHAIN_GCC=y