summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/liburcu/files/fixCCflag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/liburcu/files/fixCCflag.patch')
-rw-r--r--meta/recipes-support/liburcu/files/fixCCflag.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-support/liburcu/files/fixCCflag.patch b/meta/recipes-support/liburcu/files/fixCCflag.patch
deleted file mode 100644
index 2e526d4517..0000000000
--- a/meta/recipes-support/liburcu/files/fixCCflag.patch
+++ /dev/null
@@ -1,20 +0,0 @@
1Upstream-Status: Pending
2
3Use cross compiler for doc exemples too
4
5Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
6
7Index: userspace-rcu-0.8.0/doc/examples/Makefile.examples.template
8===================================================================
9--- userspace-rcu-0.8.0.orig/doc/examples/Makefile.examples.template 2013-08-30 21:25:20.000000000 +0300
10+++ userspace-rcu-0.8.0/doc/examples/Makefile.examples.template 2013-10-23 13:34:30.405550556 +0300
11@@ -11,7 +11,9 @@
12 #
13 # This makefile is purposefully kept simple to support GNU and BSD make.
14
15+ifndef CC
16 CC = gcc
17+endif
18 CFLAGS = -g -O2 -Wall
19
20 all: $(BINARY)