diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-07 13:54:57 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-07 13:55:40 +0900 |
| commit | bb3f60fc74433ee86728e6039bcb0e5f75bd8510 (patch) | |
| tree | 913c226724dd61a25b3aa0e3c01a4ddd495ecf09 /internal/rosa/all.go | |
| parent | 697c91e04d992f62b0439fd292f6d4721ec628eb (diff) | |
internal/rosa/gnu: gmp, mpfr, mpc artifacts
Required by GCC.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index f600f061..cbf9814e 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -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, |
