unikraft / lib-musl

musl: A C standard library
Other
9 stars 29 forks source link

Upgrade musl to latest version (1.2.3) #34

Closed eduardvintila closed 1 year ago

eduardvintila commented 1 year ago

This PR adapts lib-musl to the latest upstream version of the library by adapting the existing patches, adding new ones, modifying the glue code and the main Makefile and finally updating the Makefile.uk.* entries through the use of the helper scripts present in the scripts directory.

Depends on https://github.com/unikraft/unikraft/pull/720

Signed-off-by: Eduard Vintilă eduard.vintila47@gmail.com

eduardvintila commented 1 year ago

@razvand, I've removed all the commented out lines. Will do a rebase again after those PRs are merged 👍🏻

razvand commented 1 year ago

@eduardvintila, I tested this, it looks great. We'll wait for PR #32 and #33 to be merged. You will need to do a slight update to your PR (I tested with all of them included). Then I will approve.