From 1b6242fc583a6b871304fb995af6dc211b58f69b Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:48:23 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- recipes-networking/dpdk/files/machine-flags.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-networking/dpdk/files/machine-flags.patch (limited to 'recipes-networking/dpdk/files/machine-flags.patch') diff --git a/recipes-networking/dpdk/files/machine-flags.patch b/recipes-networking/dpdk/files/machine-flags.patch new file mode 100644 index 0000000..a6998fd --- /dev/null +++ b/recipes-networking/dpdk/files/machine-flags.patch @@ -0,0 +1,12 @@ +Index: dpdk/mk/machine/native/rte.vars.mk +=================================================================== +--- dpdk.orig/mk/machine/native/rte.vars.mk 2014-04-25 18:53:11.422348174 +0300 ++++ dpdk/mk/machine/native/rte.vars.mk 2014-04-25 18:52:44.042348924 +0300 +@@ -55,4 +55,6 @@ + # CPU_LDFLAGS = + # CPU_ASFLAGS = + +-MACHINE_CFLAGS = -march=native ++MACHINE_CFLAGS_ALT ?= -march=native ++ ++MACHINE_CFLAGS = $(MACHINE_CFLAGS_ALT) -- cgit v1.2.3-54-g00ecf