summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxcb/gcc-mips-pr68302-mips-workaround.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxcb/gcc-mips-pr68302-mips-workaround.patch')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxcb/gcc-mips-pr68302-mips-workaround.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcb/gcc-mips-pr68302-mips-workaround.patch b/meta/recipes-graphics/xorg-lib/libxcb/gcc-mips-pr68302-mips-workaround.patch
new file mode 100644
index 0000000000..698d038f90
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxcb/gcc-mips-pr68302-mips-workaround.patch
@@ -0,0 +1,22 @@
1Reduce debug info for xcb.c since on mips we run into a gcc5 bug
2
3https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68302
4
5This patch is a workaround to get past the gcc bug until its resolved.
6it should have minimal impact on libxcb while make it work.
7
8Upstream-Status: Inappropriate [OE-Specific]
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10
11Index: libxcb-1.11.1/src/Makefile.am
12===================================================================
13--- libxcb-1.11.1.orig/src/Makefile.am
14+++ libxcb-1.11.1/src/Makefile.am
15@@ -188,6 +188,7 @@ EXTSOURCES += xkb.c
16 if BUILD_XKB
17 lib_LTLIBRARIES += libxcb-xkb.la
18 libxcb_xkb_la_LDFLAGS = -version-info 1:0:0 -no-undefined
19+CFLAGS += -g1
20 libxcb_xkb_la_LIBADD = $(XCB_LIBS)
21 nodist_libxcb_xkb_la_SOURCES = xkb.c xkb.h
22 endif