summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorAleksi Hannula <ahannula4+nixgit@gmail.com>2025-12-09 15:46:30 +0200
committerAleksi Hannula <ahannula4+nixgit@gmail.com>2025-12-13 11:27:13 +0200
commit60cbef83e025a167470f66fae093dc9f261cb8fc (patch)
tree4d5aec04567e9e70c153b9640d18b0dec82f7c98 /pkgs/development/python-modules/rangehttpserver
parent42d26b098407663afaa820f52d8221281668cddb (diff)
minimal-bootstrap.musl: Support x86_64-linux
We now build tinycc-musl through an intermediate stage. BEFORE: tinycc-mes (links to mes-libc) -> musl -> tinycc-musl (links to musl) NOW: tinycc-mes (links to mes-libc) -> musl-intermediate -> tinycc-musl-intermediate -> musl -> tinycc-musl This fixes some issues with handling floating-point numbers: certain float routines are not implemented are not implemented in mes-libc, which would cause a miscompiled musl in the old approach. Certain unnecessary musl patches are dropped. It is especially important to remove the weak symbol patch, which in fact breaks the build. tinycc-musl is upgraded to the latest "mob" version, with a couple bugfixes.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions