mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 08:20:28 +00:00
Moar sorting
This commit is contained in:
parent
dbb8d66f22
commit
7f2bf3895e
11 changed files with 3627 additions and 9 deletions
8
third_party/libcxx/libcxx.mk
vendored
8
third_party/libcxx/libcxx.mk
vendored
|
@ -8,6 +8,11 @@ THIRD_PARTY_LIBCXX = $(THIRD_PARTY_LIBCXX_A_DEPS) $(THIRD_PARTY_LIBCXX_A)
|
|||
THIRD_PARTY_LIBCXX_A = o/$(MODE)/third_party/libcxx/libcxx.a
|
||||
|
||||
THIRD_PARTY_LIBCXX_A_HDRS = \
|
||||
third_party/libcxx/rmi.h \
|
||||
third_party/libcxx/utils.h \
|
||||
third_party/libcxx/learned_sort.h \
|
||||
third_party/libcxx/pdqsort.h \
|
||||
third_party/libcxx/ska_sort.h \
|
||||
third_party/libcxx/__bit_reference \
|
||||
third_party/libcxx/__bsd_locale_fallbacks.h \
|
||||
third_party/libcxx/__config \
|
||||
|
@ -138,6 +143,9 @@ THIRD_PARTY_LIBCXX_A_HDRS = \
|
|||
third_party/libcxx/wctype.h
|
||||
|
||||
THIRD_PARTY_LIBCXX_A_SRCS_CC = \
|
||||
third_party/libcxx/learned_sort.cc \
|
||||
third_party/libcxx/pdqsort.cc \
|
||||
third_party/libcxx/ska_sort.cc \
|
||||
third_party/libcxx/algorithm.cc \
|
||||
third_party/libcxx/charconv.cc \
|
||||
third_party/libcxx/chrono.cc \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue