[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/LIBCXXABI PATCH v3 0/3] Introduce libcxxabi on Unikraft
This patch introduces the libcxxabi(LLVM) on Unikraft. This library is needed by libcxx for ABI support and exception handling. Libunwind is a dependency for this library. Changes from v1: *) Updated the license in Makefile.uk *) Added exported symbols to exportsyms.uk *) Updated Config.uk and Makefile to require libunwind Changes from v2: *) Added CODING_STYLE, CONTRIBUTING, MAINTAINER and README *) Updated exportsyms.uk Vlad-Andrei Badoiu (3): Add .gitignore Initial public release: configuration and build files Add exported symbols .gitignore | 27 + CODING_STYLE.md | 4 + CONTRIBUTING.md | 4 + Config.uk | 4 + MAINTAINERS.md | 11 + Makefile.uk | 95 +++ README.md | 5 + exportsyms.uk | 1551 +++++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 1701 insertions(+) create mode 100644 .gitignore create mode 100644 CODING_STYLE.md create mode 100644 CONTRIBUTING.md create mode 100644 Config.uk create mode 100644 MAINTAINERS.md create mode 100644 Makefile.uk create mode 100644 README.md create mode 100644 exportsyms.uk -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |