Skip to content

Commit 53bbf79

Browse files
SPRESENSExiaoxiang781216
authored andcommitted
libcxx: Apply 0001_fix_stdatomic_h_miss_typedef.patch to libcxx.defs
0001_fix_stdatomic_h_miss_typedef.patch is only applied to cmake, so apply it to Makefile as well.
1 parent 981fd0c commit 53bbf79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/libxx/libcxx.defs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ libcxx: libcxx-$(LIBCXX_VERSION).src.tar.xz
2929
$(Q) tar -xf libcxx-$(LIBCXX_VERSION).src.tar.xz \
3030
--exclude libcxx-$(LIBCXX_VERSION).src/test/std/pstl
3131
$(Q) mv libcxx-$(LIBCXX_VERSION).src libcxx
32+
$(Q) patch -p0 < 0001_fix_stdatomic_h_miss_typedef.patch
3233
$(Q) patch -p2 < mbstate_t.patch
3334
$(Q) patch -p0 < 0001-libcxx-remove-mach-time-h.patch
3435
$(Q) touch $@

0 commit comments

Comments
 (0)