Alibek Omarov
|
86a2ea29e4
|
wscript: define libbacktrace as libbacktrace_custom, fix DL_ITERATE_PHDR not defined due to failing fallback check
* Changed to libbacktrace_custom to not collide with libbacktrace built as part of compiler's runtime
|
2026-04-26 04:12:52 +05:00 |
|
Xav101
|
1a79a9488d
|
3rdparty: libbacktrace: wscript: add irix to the unsupported platforms list. This could probably be made to work at some point but we'll disable it just to keep things simple.
|
2026-03-30 11:33:46 +05:00 |
|
Alibek Omarov
|
1052e45928
|
3rdparty: libbacktrace: wscript: add support for building on Windows
|
2026-01-24 07:17:11 +05:00 |
|
Alibek Omarov
|
25bfbd3a6b
|
3rdparty: libbacktrace: wscript: fix config defines not being set
|
2025-10-02 05:16:59 +08:00 |
|
Alibek Omarov
|
e468371394
|
3rdparty: libbacktrace: similarly, use C compiler for multicheck tests, as this is a C project
|
2025-07-29 21:42:40 +05:00 |
|
Alibek Omarov
|
78ef00a269
|
wscript: remove hacky logic determening valid target when crosscompiling to 32-bit x86
|
2025-05-27 20:50:08 +03:00 |
|
Alibek Omarov
|
7ba48e00bc
|
3rdparty: libbacktrace: sort entries in config.h to keep it the same between reconfigurations
Multicheck parallel nature caused config.h entries to be sorted randomly and
libbacktrace recompiled on every occasion.
|
2025-05-20 15:25:39 +05:00 |
|
Alibek Omarov
|
d7dc3192de
|
3rdparty: libbacktrace: fix applying uselib
|
2025-02-09 18:25:40 +03:00 |
|
Alibek Omarov
|
c7282b488b
|
3rdparty: libbacktrace: disable linking zlib, lzma and zstd for now, figure this out later
|
2025-02-09 16:49:43 +03:00 |
|
Alibek Omarov
|
afa829d996
|
3rdparty: libbacktrace: don't define POSIX_SOURCE, it breaks build on Mac
|
2025-02-09 16:41:26 +03:00 |
|
Alibek Omarov
|
6087d43043
|
3rdparty: libbacktrace: properly disable it on win32, nswitch and psvita
|
2025-02-09 15:55:12 +03:00 |
|
Alibek Omarov
|
774d2ac28a
|
engine: platform: posix: add libbacktrace support for crash handler
|
2025-02-09 15:42:28 +03:00 |
|