Summary: | net-misc/openssh-9.9_p2: Warnings with mold - mold: warning: unknown command line option: -z retpolineplt | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | zyxhere <zyx> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | jinghao7 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 830404 |
Description
zyxhere
2025-02-19 02:28:12 UTC
openssh: ``` if test "x$use_retpoline" = "x1"; then OSSH_CHECK_CFLAG_COMPILE([-mretpoline]) # clang OSSH_CHECK_LDFLAG_LINK([-Wl,-z,retpolineplt]) fi ``` They may need to do -Wl,--fatal-warnings or something in their check. Submitted a feature request to upstream: https://github.com/rui314/mold/issues/1417 |