You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/mongodb/files/mongodb-4.4.1-unwind-gcc10....

13 lines
386 B

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',