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)
commite45ef10c34540c3f543689d833db8bb7296d9e85
treee638780c13e2be76b2c8b961c819e5981e789dfc
parent8827234d70dfc0b92f893f73d43af2275d354df9
config: fix missing 64-bit flag on FreeBSD

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