diff options
Diffstat (limited to 'src/third_party/unwind/SConscript')
| -rw-r--r-- | src/third_party/unwind/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/third_party/unwind/SConscript b/src/third_party/unwind/SConscript index 643ae2c86bd..328b98aba0f 100644 --- a/src/third_party/unwind/SConscript +++ b/src/third_party/unwind/SConscript @@ -139,6 +139,8 @@ if env['TARGET_ARCH'] == 'ppc64le': if env.ToolchainIs('clang'): env.Append(CCFLAGS=['-Wno-header-guard']) + if env['TARGET_ARCH'] == 'aarch64': + env.Append(CCFLAGS=['-Wno-absolute-value']) env.Append( CPPPATH=[ |
