6ed4cea857
- Added dependency on gcc6 to build for aarch64 (armv8a) successfully - Added support to build code for Thunderx platform: * New patch (0001-rte-vars-fix-for-thunderx.patch) to fix DPDK cross-compile environment - Introduced new dpdk-thunderx.spec file: * Removed architectures not supporting Thunderx platform (e.g. x86) * Added dependency on gcc v5.0 for armv8a-crc - Update to version 16.07.2. Some of the fixes are listed below: * ethdev: prevent duplicate event callback * hash: fix bucket size usage OBS-URL: https://build.opensuse.org/request/show/448521 OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=21
12 lines
317 B
Diff
12 lines
317 B
Diff
--- mk/machine/thunderx/rte.vars.mk 2016-12-07 13:49:18.397009133 +0100
|
|
+++ mk/machine/thunderx/rte.vars.mk 2016-12-07 13:49:37.537806161 +0100
|
|
@@ -47,7 +47,7 @@
|
|
#
|
|
|
|
# ARCH =
|
|
-CROSS ?= aarch64-thunderx-linux-gnu-
|
|
+# CROSS ?= aarch64-thunderx-linux-gnu-
|
|
# MACHINE_CFLAGS =
|
|
# MACHINE_LDFLAGS =
|
|
# MACHINE_ASFLAGS =
|