This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from e47a0dd2286 arch/x86_64: optimize assembly instructions for size and
performan
add f17b82bd654 libcxx/libstdc++: Add libsupc++.defs to support libsupc++
No new revisions were added by this update.
Summary of changes:
libs/libxx/Kconfig | 5 +
libs/libxx/Makefile | 14 +-
libs/libxx/libstdc++/.gitignore | 1 +
.../0001-libsupc-Add-missing-header-files.patch | 2304 ++++++++++++++++++++
libs/libxx/libstdc++/CMakeLists.txt | 167 ++
libs/libxx/libstdc++/libsupc++.defs | 103 +
6 files changed, 2588 insertions(+), 6 deletions(-)
create mode 100644 libs/libxx/libstdc++/.gitignore
create mode 100644
libs/libxx/libstdc++/0001-libsupc-Add-missing-header-files.patch
create mode 100644 libs/libxx/libstdc++/CMakeLists.txt
create mode 100644 libs/libxx/libstdc++/libsupc++.defs