diff options
Diffstat (limited to 'repo')
-rw-r--r-- | repo/devel/gcc.xibuild | 2 | ||||
-rw-r--r-- | repo/system/gmp.xibuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/repo/devel/gcc.xibuild b/repo/devel/gcc.xibuild index f18b57a..968302f 100644 --- a/repo/devel/gcc.xibuild +++ b/repo/devel/gcc.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(grep make ) +MAKEDEPS=(grep make gmp mpfr mpc) DEPS=(glibc) PKG_VER=11.2.0 diff --git a/repo/system/gmp.xibuild b/repo/system/gmp.xibuild index 472c5f0..99918a6 100644 --- a/repo/system/gmp.xibuild +++ b/repo/system/gmp.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(make ) -DEPS=(gcc sh) +DEPS=(sh) PKG_VER=6.2.1 SOURCE=https://gmplib.org/download/gmp/gmp-$PKG_VER.tar.xz |