Patched musl with log functions

I pulled in the implementation of a few log functions from musl 0.8.7
because lua needed log2 to compile. Since lua needed only log2 I
commented out the ones that didn't immediatly compile like log1p.c.
This commit is contained in:
Dawid Sobczak 2023-07-06 11:48:59 +01:00
parent 36a81aa0b9
commit 2ae045cf8a
21 changed files with 1773 additions and 27 deletions

View file

@ -7,7 +7,6 @@ all: markdown README.html
$(MAKE) -C 04a
# don't compile all of 05 because it takes a while
$(MAKE) -C 05
$(MAKE) -C 05 install
$(MAKE) -C 05 tcc
clean:
$(MAKE) -C 00 clean