summaryrefslogtreecommitdiff
blob: a80f7e6474fb6ec625aeb74ca87a6b8f2f9eaa80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/third_party/unwind/SConscript b/src/third_party/unwind/SConscript
index ed947c8e..7308956f 100644
--- a/src/third_party/unwind/SConscript
+++ b/src/third_party/unwind/SConscript
@@ -90,6 +90,7 @@ if env['TARGET_ARCH'] == 'aarch64':
 
 env.Append(
     CCFLAGS=[
+        '-fcommon',
         '-fexceptions',
         '-Wno-unused-result',
         '-Wno-unused-value',