internal/rosa: argp-standalone artifact

Nonstandard glibc extension used by elfutils.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-20 21:19:34 +09:00
parent b983917a6e
commit 16b20e1d34
2 changed files with 29 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ type PArtifact int
const (
ACL PArtifact = iota
ArgpStandalone
Attr
Autoconf
Automake
@@ -126,6 +127,7 @@ func (t Toolchain) Load(p PArtifact) pkg.Artifact {
func ResolveName(name string) (p PArtifact, ok bool) {
p, ok = map[string]PArtifact{
"acl": ACL,
"argp-standalone": ArgpStandalone,
"attr": Attr,
"autoconf": Autoconf,
"automake": Automake,