summary refs log tree commit diff stats
path: root/results/scraper/box64/2012
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-16 14:55:48 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-16 14:55:48 +0200
commit63d2e9d409831aa8582787234cae4741847504b7 (patch)
tree595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/2012
parent2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff)
downloadqemu-analysis-box64.tar.gz
qemu-analysis-box64.zip
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/2012')
-rw-r--r--results/scraper/box64/20127
1 files changed, 7 insertions, 0 deletions
diff --git a/results/scraper/box64/2012 b/results/scraper/box64/2012
new file mode 100644
index 000000000..ee7d2f79e
--- /dev/null
+++ b/results/scraper/box64/2012
@@ -0,0 +1,7 @@
+musl support
+Hi,

+

+Thanks for this awesome project! I'd like to resurrect previous failed attempts of bringing musl support to box64. So far I've found standard type mismatches (easily fixable), but also there's a fair amount of `#define _GNU_SOURCE` across the code. What's the main purpose of it? From what it looks like, it can be made a global define via CMake if glibc (default) is used, and not applied for musl.

+

+As for the missing glibc functions, there's this amazing project by [Adélie Linux](https://git.adelielinux.org/adelie) team: https://git.adelielinux.org/adelie/gcompat , but I don't know what exactly do you need from glibc which's missing in musl.

+