Open VioletGiraffe opened 1 week ago
We don't patch GCC in any way and it looks like the situation is the same in Debian (https://packages.debian.org/search?suite=bookworm&arch=arm64&mode=exactfilename&searchon=contents&keywords=mm_malloc.h)
Everything I'm seeing online says that file is architecture-dependant and isn't meant to be included for ARM platforms, but if that's wrong, I think that should be reported here: https://www.debian.org/Bugs/
This header, which should be part of the GCC package, is missing and I can't build my software because of that. Apparently, this file is included in x86, x64 and ppc64 packages, but not arm64:
It is deployed properly by clang, but I want GCC.