Add support for C++ thread safe statics

This commit is contained in:
Justine Tunney 2023-08-12 07:45:32 -07:00
parent 60f2ea36ca
commit f491276b62
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
7 changed files with 120 additions and 6 deletions

View file

@ -137,9 +137,9 @@ include ape/ape.mk # │
include libc/fmt/fmt.mk # │
include libc/vga/vga.mk #─┘
include libc/calls/calls.mk #─┐
include third_party/nsync/nsync.mk # │
include libc/runtime/runtime.mk # ├──SYSTEMS RUNTIME
include libc/crt/crt.mk # │ You can issue system calls
include third_party/nsync/nsync.mk # │
include third_party/dlmalloc/dlmalloc.mk #─┘
include libc/mem/mem.mk #─┐
include third_party/gdtoa/gdtoa.mk # ├──DYNAMIC RUNTIME