summaryrefslogtreecommitdiff
path: root/pgo-1.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-01-12 05:13:49 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-01-12 05:13:49 -0800
commit7ec5880b7080bbb959941f0decbadf579852aabd (patch)
tree758210152050ffbe6227fc383d045617d7dc3381 /pgo-1.patch
parentRemove certs fix (diff)
downloadfirefox-7ec5880b7080bbb959941f0decbadf579852aabd.tar.xz
Updated to 72.0.1
Diffstat (limited to 'pgo-1.patch')
-rw-r--r--pgo-1.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/pgo-1.patch b/pgo-1.patch
deleted file mode 100644
index 9f149e8..0000000
--- a/pgo-1.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/security/sandbox/linux/moz.build
-+++ b/security/sandbox/linux/moz.build
-@@ -99,9 +99,8 @@ if CONFIG['CC_TYPE'] in ('clang', 'gcc')
- # 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':
-+ LDFLAGS += ['--param', 'lto-partitions=1']
-
- DEFINES['NS_NO_XPCOM'] = True
- DisableStlWrapping()
-