incubator-nuttx/libs/libxx
Petro Karashchenko 5495ff4d78 libs/libxx: add patch to remove mach/mach_time.h inclusion
Inclusion of mach/mach_time.h by libcxx/src/chrono.cpp breaks
the build on latest MACOS dues to https://forums.developer.apple.com/forums/thread/746737
The interface from mach/mach_time.h is not referenced in chrono.cpp
so it is safe to remove it

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
2024-02-16 10:42:23 -08:00
..
libcxxmini libs/libxx: remove redundant code 2023-05-03 19:54:19 +08:00
.gitignore build: add initial cmake build system 2023-07-08 13:50:48 +08:00
0001-libcxx-remove-mach-time-h.patch libs/libxx: add patch to remove mach/mach_time.h inclusion 2024-02-16 10:42:23 -08:00
0001-uClibcxx-basic_definitions-fix-GCC-specific-definiti.patch
0001-uclibxx-use-overload-constructor-of-filebuf-ostream.patch
0001_fix_stdatomic_h_miss_typedef.patch libcxx: fix build error. 2023-12-06 07:56:17 -08:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig upgrade llvm version to 17.0.6 and set default nuttx math lib as default 2023-12-17 03:39:26 -08:00
Makefile Minor style clean up 2023-01-28 19:53:20 +02:00
__config_site upgrade llvm version to 17.0.6 and set default nuttx math lib as default 2023-12-17 03:39:26 -08:00
etl.defs treewide: add DOWNLOAD variable as unification of curl call 2023-03-08 17:05:05 +08:00
libcxx.cmake libs/libxx: add patch to remove mach/mach_time.h inclusion 2024-02-16 10:42:23 -08:00
libcxx.defs libs/libxx: add patch to remove mach/mach_time.h inclusion 2024-02-16 10:42:23 -08:00
libcxxabi.cmake libcxxabi.cmake: fix build error 2024-01-04 07:20:04 -08:00
libcxxabi.defs libcxx: Remove exiting patches and update libcxx version to 15.0.7 2023-09-24 08:40:10 +03:00
libcxxmini.cmake build: add initial cmake build system 2023-07-08 13:50:48 +08:00
libcxxmini.defs
mbstate_t.patch upgrade llvm version to 17.0.6 and set default nuttx math lib as default 2023-12-17 03:39:26 -08:00
system_configuration.h
uClibc++.defs