summaryrefslogtreecommitdiff
path: root/sys-cluster/ceph/files/ceph-14.2.0-dpdk-cflags.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-24 17:44:59 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-24 17:44:59 +0000
commit0706fc6986773f4e4d391deff4ad5143c464ea4e (patch)
tree9fd110f9fc996e8a4213eeda994a8c112491b86d /sys-cluster/ceph/files/ceph-14.2.0-dpdk-cflags.patch
parentaa3411e241a201d53a2689766fe419f2756819f3 (diff)
Revert "gentoo resync : 24.03.2019"
This reverts commit aa3411e241a201d53a2689766fe419f2756819f3.
Diffstat (limited to 'sys-cluster/ceph/files/ceph-14.2.0-dpdk-cflags.patch')
-rw-r--r--sys-cluster/ceph/files/ceph-14.2.0-dpdk-cflags.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-cluster/ceph/files/ceph-14.2.0-dpdk-cflags.patch b/sys-cluster/ceph/files/ceph-14.2.0-dpdk-cflags.patch
deleted file mode 100644
index ab5d980cfbc9..000000000000
--- a/sys-cluster/ceph/files/ceph-14.2.0-dpdk-cflags.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/cmake/modules/BuildDPDK.cmake b/cmake/modules/BuildDPDK.cmake
-index 12a831a8b1..a5485aa205 100644
---- a/cmake/modules/BuildDPDK.cmake
-+++ b/cmake/modules/BuildDPDK.cmake
-@@ -16,17 +16,14 @@ function(do_build_dpdk dpdk_dir)
- set(arch "x86_64")
- set(machine "default")
- set(machine_tmpl "native")
-- set(rte_cflags "-march=core2")
- elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "arm|ARM")
- set(arch "arm")
- set(machine "armv7a")
- set(machine_tmpl "armv7a")
-- set(rte_cflags "-march=armv7-a")
- elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64|AARCH64")
- set(arch "arm64")
- set(machine "armv8a")
- set(machine_tmpl "armv8a")
-- set(rte_cflags "-march=armv8-a+crc")
- elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "(powerpc|ppc)64")
- set(arch "ppc_64")
- set(machine "power8")
-@@ -35,7 +32,6 @@ function(do_build_dpdk dpdk_dir)
- message(FATAL_ERROR "not able to build DPDK support: "
- "unknown arch \"${CMAKE_SYSTEM_PROCESSOR}\"")
- endif()
-- set(dpdk_rte_CFLAGS "${rte_cflags}" CACHE INTERNAL "")
- if(CMAKE_SYSTEM_NAME MATCHES "Linux")
- set(execenv "linuxapp")
- elseif(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")