Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to use c++_static / c++_shared #17

Open
ghost opened this issue Apr 25, 2014 · 3 comments
Open

Update to use c++_static / c++_shared #17

ghost opened this issue Apr 25, 2014 · 3 comments

Comments

@ghost
Copy link

ghost commented Apr 25, 2014

It would be nice if you can add support to use the libc++ (llvm) STL runtime. in r9d they're c++_static and c++_shared.

Thanks!

@ghost
Copy link
Author

ghost commented Dec 17, 2014

Hey! I would also like to use
APP_STL:=c++static or c++_shared
LLVM seems to offer a full cpp11 support.

Do you have a plan on adding it lately?

@karimnaaji
Copy link

Hey, we also wanted to support c++_shared, we're using the toolchain in our project and it's working, it's a really straightforward fix but maybe a start for building something more robust. Main part is here: https://github.com/tangrams/tangram-es/blob/master/toolchains/android.toolchain.cmake#L1031_L1048

@taka-no-me
Copy link
Owner

Thanks @karimnaaji, your patch looks as a good starting point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants