diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-12-26 14:41:36 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-12-26 14:41:36 -0800 |
commit | 6d7d65128eea3a9e0404336a2beefbedbcd4aed9 (patch) | |
tree | bde6e7c0104d33eccf25836d409fb17417fed24d /arc4_enable-pgo-for-gcc.patch | |
parent | Updated to 4.2 (diff) | |
download | firefox-esr-6d7d65128eea3a9e0404336a2beefbedbcd4aed9.tar.xz |
Updated to 91.4.1
Diffstat (limited to 'arc4_enable-pgo-for-gcc.patch')
-rw-r--r-- | arc4_enable-pgo-for-gcc.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arc4_enable-pgo-for-gcc.patch b/arc4_enable-pgo-for-gcc.patch deleted file mode 100644 index 9f149e8..0000000 --- a/arc4_enable-pgo-for-gcc.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() - |