We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981fd0c commit 53bbf79Copy full SHA for 53bbf79
libs/libxx/libcxx.defs
@@ -29,6 +29,7 @@ libcxx: libcxx-$(LIBCXX_VERSION).src.tar.xz
29
$(Q) tar -xf libcxx-$(LIBCXX_VERSION).src.tar.xz \
30
--exclude libcxx-$(LIBCXX_VERSION).src/test/std/pstl
31
$(Q) mv libcxx-$(LIBCXX_VERSION).src libcxx
32
+ $(Q) patch -p0 < 0001_fix_stdatomic_h_miss_typedef.patch
33
$(Q) patch -p2 < mbstate_t.patch
34
$(Q) patch -p0 < 0001-libcxx-remove-mach-time-h.patch
35
$(Q) touch $@
0 commit comments