mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
Since version 1.2, libunwind has support for the AArch64 architecture. It builds fine on glibc, needs a small patch on musl, but doesn't build with uClibc (stack_t undefined). Fixes: https://bugs.busybox.net/show_bug.cgi?id=12836 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>