Skip to content

mips-linux-musleab is broken again because it uses the wrong crt for static pie #64547

Closed
@aep

Description

@aep

somewhen between nightly-2019-08-30 and nightly-2019-09-15 the link call was changed to "-static" "-pie" but the crt in mips-linux-musleabi has't changed. it should be rcrt, but instead links the one intended for call via libc via .interpr

result is segv in dlstart

the correct solution is to not ship crt, but since that seems to have no agreement, the intermediate fix would be to either remove -static or use the correct crt

Metadata

Metadata

Assignees

Labels

O-MIPSTarget: MIPS processorsO-muslTarget: The musl libc

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions