mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 10:50:28 +00:00
wip
This commit is contained in:
parent
29b8816f1f
commit
474350c602
3 changed files with 3 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -199,6 +199,7 @@ include third_party/zip/zip.mk
|
|||
include third_party/xxhash/xxhash.mk
|
||||
include third_party/unzip/unzip.mk
|
||||
include tool/build/lib/buildlib.mk
|
||||
include third_party/mold/mold.mk
|
||||
include third_party/chibicc/chibicc.mk
|
||||
include third_party/chibicc/test/test.mk
|
||||
include third_party/python/python.mk
|
||||
|
|
2
third_party/libcxx/atomic
vendored
2
third_party/libcxx/atomic
vendored
|
@ -803,7 +803,7 @@ bool __cxx_atomic_compare_exchange_weak(
|
|||
}
|
||||
|
||||
template <typename _Tp>
|
||||
_LIBCPP_INLINE_VISIBILITY
|
||||
_LIBCPP_INLINE_VISIBILITY inline
|
||||
bool __cxx_atomic_compare_exchange_weak(
|
||||
__cxx_atomic_base_impl<_Tp>* __a, _Tp* __expected, _Tp __value, memory_order __success,
|
||||
memory_order __failure) {
|
||||
|
|
1
third_party/third_party.mk
vendored
1
third_party/third_party.mk
vendored
|
@ -6,6 +6,7 @@ o/$(MODE)/third_party: \
|
|||
o/$(MODE)/third_party/argon2 \
|
||||
o/$(MODE)/third_party/awk \
|
||||
o/$(MODE)/third_party/bzip2 \
|
||||
o/$(MODE)/third_party/mold \
|
||||
o/$(MODE)/third_party/chibicc \
|
||||
o/$(MODE)/third_party/compiler_rt \
|
||||
o/$(MODE)/third_party/ctags \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue