Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/okuoku/bsd-cxx-runtime

BSD Licensed C++ Runime Experiment
https://github.com/okuoku/bsd-cxx-runtime

Last synced: about 1 month ago
JSON representation

BSD Licensed C++ Runime Experiment

Awesome Lists containing this project

README

        

libc++ / libcxxrt / libunwind For FreeBSD i386

This is the (experimental) "Umbrella project" for BSD licensed C++ runtime stack.

All projects are using CMake to generate Makefile.

CURRENT STATUS
--------------

- s are broken, thus won't work too.

SETUP
-----

(clang prefix = /opt/llvm)

git submodule init
git submodule update
cmake -DCMAKE_C_COMPILER=/opt/llvm/bin/clang \
-DCMAKE_CXX_COMPILER=/opt/llvm/bin/clang++

- You will need latest clang/clang++ to build them.

INCLUDED PROJECTS
-----------------

libcxx
- https://github.com/okuoku/libcxx
(Patched to use libcxx implementation.)

libcxxrt
- https://github.com/pathscale/libcxxrt

libunwind
- https://github.com/okuoku/libunwind
(Patched to build FreeBSD version.)

Compiler-RT
- http://llvm.org/git/compiler-rt.git