Martin Stransky f120b50
# Remove when mozbz#1269319 lands
Martin Stransky f120b50
c27e5b3
--- firefox-45.0.1-orig/js/src/Makefile.in	2016-05-17 14:53:58.753178403 +0200
c27e5b3
+++ firefox-45.0.1/js/src/Makefile.in	2016-05-17 14:53:28.432817862 +0200
c27e5b3
@@ -144,6 +144,11 @@ distclean::
c27e5b3
 
c27e5b3
 CFLAGS += $(MOZ_ZLIB_CFLAGS)
c27e5b3
 
c27e5b3
+# Avoid GNU gcc bug #70526
c27e5b3
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70526#c14
c27e5b3
+CFLAGS += -fno-schedule-insns2
c27e5b3
+CXXFLAGS += -fno-schedule-insns2
c27e5b3
+
c27e5b3
 # Silence warnings on AIX/HP-UX from non-GNU compilers
c27e5b3
 ifndef GNU_CC
c27e5b3
 ifeq ($(OS_ARCH),AIX)
c27e5b3