Merge "Add crtbegin_so/crtend_so to Bionic Rust libraries."
This commit is contained in:
@@ -318,6 +318,8 @@ func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
|
|||||||
|
|
||||||
if ctx.toolchain().Bionic() && (library.dylib() || library.shared()) {
|
if ctx.toolchain().Bionic() && (library.dylib() || library.shared()) {
|
||||||
deps = library.baseCompiler.bionicDeps(ctx, deps)
|
deps = library.baseCompiler.bionicDeps(ctx, deps)
|
||||||
|
deps.CrtBegin = "crtbegin_so"
|
||||||
|
deps.CrtEnd = "crtend_so"
|
||||||
}
|
}
|
||||||
|
|
||||||
return deps
|
return deps
|
||||||
|
Reference in New Issue
Block a user