diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-06-01 16:38:25 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.ru> | 2022-06-01 16:38:25 +0300 |
commit | ecc2138bec815d318384b806e3212198d17aa04b (patch) | |
tree | 9be9019f2e6f83b47303448839fbbb0fdaeebde4 /contrib/libs/libunwind/src/config.h | |
parent | 63a84accbe6624a8f7258f16c3568b903845ce9a (diff) | |
download | ydb-ecc2138bec815d318384b806e3212198d17aa04b.tar.gz |
Update contrib/libs/libunwind to 14.0.4
ref:76a5526f0f92eccff5df4823c8016614eea76c86
Diffstat (limited to 'contrib/libs/libunwind/src/config.h')
-rw-r--r-- | contrib/libs/libunwind/src/config.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/contrib/libs/libunwind/src/config.h b/contrib/libs/libunwind/src/config.h index 560edda04e..5ae1604f65 100644 --- a/contrib/libs/libunwind/src/config.h +++ b/contrib/libs/libunwind/src/config.h @@ -109,13 +109,10 @@ #define _LIBUNWIND_SUPPORT_FRAME_APIS #endif -#if defined(__i386__) || defined(__x86_64__) || \ - defined(__ppc__) || defined(__ppc64__) || defined(__powerpc64__) || \ - (!defined(__APPLE__) && defined(__arm__)) || \ - defined(__aarch64__) || \ - defined(__mips__) || \ - defined(__riscv) || \ - defined(__hexagon__) +#if defined(__i386__) || defined(__x86_64__) || defined(__powerpc__) || \ + (!defined(__APPLE__) && defined(__arm__)) || defined(__aarch64__) || \ + defined(__mips__) || defined(__riscv) || defined(__hexagon__) || \ + defined(__sparc__) #if !defined(_LIBUNWIND_BUILD_SJLJ_APIS) #define _LIBUNWIND_BUILD_ZERO_COST_APIS #endif |