internal/rosa/gnu: gmp, mpfr, mpc artifacts

Required by GCC.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-07 13:54:57 +09:00
parent 697c91e04d
commit bb3f60fc74
2 changed files with 59 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ const (
Findutils
Fuse
Gawk
GMP
Gettext
Git
Go
@@ -41,6 +42,8 @@ const (
Libseccomp
Libxml2
M4
MPC
MPFR
Make
Meson
Mksh
@@ -110,6 +113,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"findutils": Findutils,
"fuse": Fuse,
"gawk": Gawk,
"gmp": GMP,
"gettext": Gettext,
"git": Git,
"go": Go,
@@ -129,6 +133,8 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"libgd": Libgd,
"libtool": Libtool,
"m4": M4,
"mpc": MPC,
"mpfr": MPFR,
"make": Make,
"meson": Meson,
"mksh": Mksh,