mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-25 06:42:27 +00:00
Make more fixes and improvements
- Fix Makefile flaking due to ZIPOBJ_FLAGS generation - Make printf() floating point and gdtoa thread safe - Polish up the runit / runitd programs some more - Prune some more makefile dependencies
This commit is contained in:
parent
3c285337a2
commit
a3865ecc3c
61 changed files with 316 additions and 132 deletions
4
third_party/python/python.mk
vendored
4
third_party/python/python.mk
vendored
|
@ -293,7 +293,7 @@ THIRD_PARTY_PYTHON_INCS = \
|
|||
THIRD_PARTY_PYTHON_STAGE1_A_SRCS = \
|
||||
third_party/python/Modules/_tracemalloc.c \
|
||||
third_party/python/Modules/faulthandler.c \
|
||||
third_party/python/Objects/abstract.c \
|
||||
third_party/python/Objects/abstract.c \
|
||||
third_party/python/Modules/fspath.c \
|
||||
third_party/python/Modules/gcmodule.c \
|
||||
third_party/python/Modules/getbuildinfo.c \
|
||||
|
@ -305,7 +305,7 @@ THIRD_PARTY_PYTHON_STAGE1_A_SRCS = \
|
|||
third_party/python/Objects/bytes_methods.c \
|
||||
third_party/python/Objects/bytesobject.c \
|
||||
third_party/python/Objects/capsule.c \
|
||||
third_party/python/Objects/call.c \
|
||||
third_party/python/Objects/call.c \
|
||||
third_party/python/Objects/cellobject.c \
|
||||
third_party/python/Objects/classobject.c \
|
||||
third_party/python/Objects/codeobject.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue