-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
clang requires libgcc from the gcc package to compile anything #72
Comments
It seems that
|
OK, I never tried building compiler-rt, just knew it was the llvm equivalent. I see that there's one in the Android source tree, maybe that one can be used? Or maybe compiler-rt is already available on Android devices somewhere and can be linked against? |
This has now been fixed in the If I read the structure right the clang used in the NDK itself uses libgcc, so it's probably the best way forward for now. |
Thanks, verified that this works for a medium-size C++ codebase. |
Consider packaging libgcc or llvm's replacement, compiler-rt, as a standalone package that clang could install as a dependency instead, spun off from #63.
The text was updated successfully, but these errors were encountered: