diff options
Diffstat (limited to 'repo')
-rw-r--r-- | repo/devel/gcc.xibuild | 2 | ||||
-rw-r--r-- | repo/system/binutils.xibuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/repo/devel/gcc.xibuild b/repo/devel/gcc.xibuild index 57d6dae..62799f4 100644 --- a/repo/devel/gcc.xibuild +++ b/repo/devel/gcc.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(grep make gmp mpfr libxml2) +MAKEDEPS=(grep make libxml2 dejagnu inetutils) DEPS=(glibc binutils mpc) PKG_VER=11.2.0 diff --git a/repo/system/binutils.xibuild b/repo/system/binutils.xibuild index f1fb1cb..9a1c933 100644 --- a/repo/system/binutils.xibuild +++ b/repo/system/binutils.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(make dejagnu) +MAKEDEPS=(make dejagnu bzip2 xz zlib zstd libarchive) DEPS=(glibc zlib elfutils) PKG_VER=2.37 |