unikraft / lib-musl

musl: A C standard library
Other
8 stars 27 forks source link

Apply -ffreestanding for the musl source code #35

Closed mschlumpp closed 1 year ago

mschlumpp commented 1 year ago

This is the corresponding commit for unikraft/unikraft#740. This prevents a self dependency caused by compiler optimizations, because the libc implementation cannot rely on underlying presence of a libc.

Signed-off-by: Marco Schlumpp marco@unikraft.io