updated gnu repo

This commit is contained in:
2025-08-26 04:41:14 +03:00
parent 12583471f1
commit 7942284237
89 changed files with 995 additions and 202 deletions

22
assets/var/gnu/mpc.md Normal file
View File

@ -0,0 +1,22 @@
mpc 1.3.1
=
https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz
``` sh *** build ***
./configure \
--with-gmp=/pkg/gnu/gmp \
--with-mpfr=/pkg/gnu/mpfr \
--prefix=/pkg/gnu/mpc &&
make -j$(nproc) && make install
```
``` cfg *** build deps ***
linux
glibc
gmp
mpfr
```
``` cfg *** run deps ***
binutils
```