From 93ec193d01debd136ee7bc0563f77afe3ed22d4e Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 15 Jan 2019 11:59:22 -0500 Subject: waterfox ingest PGO fixes from chinfo --- waterfox/mozilla-1516803.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 waterfox/mozilla-1516803.patch (limited to 'waterfox/mozilla-1516803.patch') diff --git a/waterfox/mozilla-1516803.patch b/waterfox/mozilla-1516803.patch new file mode 100644 index 0000000..972d6fa --- /dev/null +++ b/waterfox/mozilla-1516803.patch @@ -0,0 +1,14 @@ +diff -up Waterfox-ff4597172229f8d71940c3885b74b903b7b1821a/security/sandbox/linux/moz.build.1516803 Waterfox-ff4597172229f8d71940c3885b74b903b7b1821a/security/sandbox/linux/moz.build +--- Waterfox-ff4597172229f8d71940c3885b74b903b7b1821a/security/sandbox/linux/moz.build.1516803 2019-01-08 11:39:44.002864753 -0200 ++++ Waterfox-ff4597172229f8d71940c3885b74b903b7b1821a/security/sandbox/linux/moz.build 2019-01-08 11:40:38.624513603 -0200 +@@ -98,8 +98,8 @@ if CONFIG['GNU_CXX']: + # 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. +-if '-flto' in CONFIG['OS_CXXFLAGS'] and not CONFIG['CLANG_CXX']: +- LDFLAGS += ['--param lto-partitions=1'] ++if CONFIG['CC_TYPE'] != 'clang': ++ LDFLAGS += ['--param', 'lto-partitions=1'] + + DEFINES['NS_NO_XPCOM'] = True + DISABLE_STL_WRAPPING = True -- cgit