summarylogtreecommitdiffstats
path: root/mozilla-1516803.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mozilla-1516803.patch')
-rw-r--r--mozilla-1516803.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/mozilla-1516803.patch b/mozilla-1516803.patch
deleted file mode 100644
index 00e362540481..000000000000
--- a/mozilla-1516803.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/security/sandbox/linux/moz.build b/security/sandbox/linux/moz.build
---- a/security/sandbox/linux/moz.build
-+++ b/security/sandbox/linux/moz.build
-@@ -99,9 +99,8 @@
- # gcc lto likes to put the top level asm in syscall.cc in a different partition
- # from the function using it which breaks the build. Work around that by
- # forcing there to be only one partition.
--for f in CONFIG['OS_CXXFLAGS']:
-- if f.startswith('-flto') and CONFIG['CC_TYPE'] != 'clang':
-- LDFLAGS += ['--param lto-partitions=1']
-+if CONFIG['CC_TYPE'] != 'clang' and CONFIG['MOZ_LTO']:
-+ LDFLAGS += ['--param', 'lto-partitions=1']
-
- DEFINES['NS_NO_XPCOM'] = True
- DisableStlWrapping()
-