summaryrefslogtreecommitdiff
path: root/arc4_enable-pgo-for-gcc.patch
blob: d2d0415e94c1b8cd27c308e8dafc6dda8663e7d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/build/moz.configure/lto-pgo.configure
+++ b/build/moz.configure/lto-pgo.configure
@@ -135,9 +135,6 @@
     if not want_cross:
         return
 
-    if c_compiler.type == 'gcc':
-        die('Cannot use cross-language PGO with GCC.')
-
     return True
 
 set_config('MOZ_PGO_RUST', moz_pgo_rust)