Commit Graph

15 Commits

Author SHA1 Message Date
Michael Forney efd997922b musl: Use arch-specific crt list
This will facilitate the addition of architectures like riscv64
which use the generic crti.c and crtn.c.
2026-05-05 00:49:18 -07:00
Michael Forney 2ffb6f0158 musl: Update to 1.2.6 2026-03-20 13:59:09 -07:00
Michael Forney 08bfced738 musl: Add patch to implement posix_getdents 2026-03-12 22:12:16 -07:00
Michael Forney 15cb05ae35 musl: Add patch to implement pthread_{cond,mutex}_timedwait 2026-03-03 14:36:39 -08:00
Michael Forney c1628f7b96 musl: Update to 1.2.5 2024-03-01 20:36:41 -08:00
Michael Forney d20d4f021c musl: Update to 1.2.3 2022-04-10 14:43:07 -07:00
Michael Forney 39ec6c68a1 musl: Avoid long double inline functions in math.h 2021-10-05 14:54:01 -07:00
Michael Forney 583d84863c musl: Add pthread_getname_np.c to sources
03ff506c added the source file but didn't add it to base.lua, so
it did not get built.

Also, update the patch to fix the error check.
2021-07-12 22:23:42 -07:00
Michael Forney c5a61c5054 musl: Update to 1.2.2 2021-01-21 02:19:11 -08:00
Michael Forney 2519c56dbf musl: Update to latest git for integrated mallocng 2020-07-05 16:15:41 -07:00
Michael Forney 837de55ace Switch to mallocng 2020-06-10 17:25:39 -07:00
Michael Forney 0d8fcdb0bc musl: Update to 1.2.0 2020-02-20 18:49:06 -08:00
Michael Forney 39cfefa0b6 musl: Install headers and rest of crt files 2019-12-16 17:42:52 -08:00
Michael Forney dce42ac5a2 musl: Update to 1.1.24 2019-10-17 20:24:43 -07:00
Michael Forney dd495a03d5 Add musl 1.1.23
This is not yet used by anything, but eventually we can build the
system against this instead of the toolchain default.
2019-08-06 11:53:03 -07:00