summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-build_config_gcc_BUILD.gn
blob: 471d98f1baa7672c7459bed1d6563202634d61b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- build/config/gcc/BUILD.gn.orig	2025-05-07 06:48:23 UTC
+++ build/config/gcc/BUILD.gn
@@ -32,7 +32,9 @@ declare_args() {
 # See http://gcc.gnu.org/wiki/Visibility
 config("symbol_visibility_hidden") {
   cflags = [ "-fvisibility=hidden" ]
-  rustflags = [ "-Zdefault-visibility=hidden" ]
+  if (!is_bsd) {
+    rustflags = [ "-Zdefault-visibility=hidden" ]
+  }
 
   # Visibility attribute is not supported on AIX.
   if (current_os != "aix") {