]> git.pld-linux.org Git - packages/thunderbird.git/blob - mozilla-1245783.patch
up to 52.5.0
[packages/thunderbird.git] / mozilla-1245783.patch
1 # Remove when mozbz#1269319 lands
2
3 --- firefox-45.0.1-orig/mozilla/js/src/Makefile.in      2016-05-17 14:53:58.753178403 +0200
4 +++ firefox-45.0.1/mozilla/js/src/Makefile.in   2016-05-17 14:53:28.432817862 +0200
5 @@ -144,6 +144,11 @@ distclean::
6  
7  CFLAGS += $(MOZ_ZLIB_CFLAGS)
8  
9 +# Avoid GNU gcc bug #70526
10 +# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70526#c14
11 +CFLAGS += -fno-schedule-insns2
12 +CXXFLAGS += -fno-schedule-insns2
13 +
14  # Silence warnings on AIX/HP-UX from non-GNU compilers
15  ifndef GNU_CC
16  ifeq ($(OS_ARCH),AIX)
17
This page took 0.021382 seconds and 3 git commands to generate.