Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/okuoku/bsd-cxx-runtime
- Owner: okuoku
- Created: 2011-06-25T06:13:55.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-25T06:40:49.000Z (over 13 years ago)
- Last Synced: 2024-10-15T09:55:39.116Z (3 months ago)
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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/libcxxrtlibunwind
- https://github.com/okuoku/libunwind
(Patched to build FreeBSD version.)Compiler-RT
- http://llvm.org/git/compiler-rt.git