Skip to content

Commit

Permalink
libcxx: Apply 0001_fix_stdatomic_h_miss_typedef.patch to libcxx.defs
Browse files Browse the repository at this point in the history
0001_fix_stdatomic_h_miss_typedef.patch is only applied to cmake,
so apply it to Makefile as well.
  • Loading branch information
SPRESENSE authored and xiaoxiang781216 committed Sep 27, 2024
1 parent 981fd0c commit 53bbf79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/libxx/libcxx.defs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ libcxx: libcxx-$(LIBCXX_VERSION).src.tar.xz
$(Q) tar -xf libcxx-$(LIBCXX_VERSION).src.tar.xz \
--exclude libcxx-$(LIBCXX_VERSION).src/test/std/pstl
$(Q) mv libcxx-$(LIBCXX_VERSION).src libcxx
$(Q) patch -p0 < 0001_fix_stdatomic_h_miss_typedef.patch
$(Q) patch -p2 < mbstate_t.patch
$(Q) patch -p0 < 0001-libcxx-remove-mach-time-h.patch
$(Q) touch $@
Expand Down

0 comments on commit 53bbf79

Please sign in to comment.