Dave Barach | bfdedbd | 2016-01-20 09:11:55 -0500 | [diff] [blame] | 1 | # Qemu "p-series" powerpc64 |
| 2 | |
Damjan Marion | 308fb98 | 2016-02-26 13:46:57 +0100 | [diff] [blame] | 3 | qppc_os = linux-gnu |
Dave Barach | bfdedbd | 2016-01-20 09:11:55 -0500 | [diff] [blame] | 4 | |
Damjan Marion | 308fb98 | 2016-02-26 13:46:57 +0100 | [diff] [blame] | 5 | qppc_cross_ldflags = \ |
| 6 | -Wl,--dynamic-linker=/lib64/ld64.so.1 |
Dave Barach | bfdedbd | 2016-01-20 09:11:55 -0500 | [diff] [blame] | 7 | |
Damjan Marion | 308fb98 | 2016-02-26 13:46:57 +0100 | [diff] [blame] | 8 | qppc_arch = powerpc |
| 9 | |
| 10 | qppc_root_packages = vppinfra vlib vlib-api vnet svm \ |
| 11 | vpp vpp-api-test |
| 12 | |
| 13 | vnet_configure_args_qppc = \ |
| 14 | --without-ipsec --without-vcgn --without-ipv6sr |
| 15 | |
| 16 | vpp_configure_args_qppc = \ |
| 17 | --without-ipsec --without-vcgn --without-ipv6sr |
| 18 | |
| 19 | vlib_configure_args_qppc = --with-pre-data=128 |
Dave Barach | bfdedbd | 2016-01-20 09:11:55 -0500 | [diff] [blame] | 20 | |
| 21 | qppc_march=powerpc64 |
| 22 | |
| 23 | # native tool chain additions for this platform |
Damjan Marion | 308fb98 | 2016-02-26 13:46:57 +0100 | [diff] [blame] | 24 | qppc_native_tools = vppapigen |
Dave Barach | bfdedbd | 2016-01-20 09:11:55 -0500 | [diff] [blame] | 25 | |
Damjan Marion | 308fb98 | 2016-02-26 13:46:57 +0100 | [diff] [blame] | 26 | qppc_uses_dpdk = no |
Dave Barach | bfdedbd | 2016-01-20 09:11:55 -0500 | [diff] [blame] | 27 | |
Damjan Marion | 308fb98 | 2016-02-26 13:46:57 +0100 | [diff] [blame] | 28 | qppc_debug_TAG_CFLAGS = -m64 -g -O0 -DCLIB_DEBUG -DCLIB_LOG2_CACHE_LINE_BYTES=6 -maltivec |
| 29 | qppc_debug_TAG_LDFLAGS = -m64 -g -O0 -DCLIB_DEBUG -DCLIB_LOG2_CACHE_LINE_BYTES=6 -maltivec |
| 30 | |
| 31 | qppc_TAG_CFLAGS = -m64 -g -O2 -DCLIB_LOG2_CACHE_LINE_BYTES=6 -maltivec |
| 32 | qppc_TAG_LDFLAGS = -m64 -g -O2 -DCLIB_LOG2_CACHE_LINE_BYTES=6 -maltivec |
Dave Barach | bfdedbd | 2016-01-20 09:11:55 -0500 | [diff] [blame] | 33 | |
| 34 | |