summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rw-r--r--repo/devel/gcc.xibuild4
-rw-r--r--repo/system/binutils.xibuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/repo/devel/gcc.xibuild b/repo/devel/gcc.xibuild
index d89d9c3..57d6dae 100644
--- a/repo/devel/gcc.xibuild
+++ b/repo/devel/gcc.xibuild
@@ -1,7 +1,7 @@
#!/bin/bash
-MAKEDEPS=(grep make gmp mpfr mpc binutils)
-DEPS=(glibc)
+MAKEDEPS=(grep make gmp mpfr libxml2)
+DEPS=(glibc binutils mpc)
PKG_VER=11.2.0
SOURCE=https://ftp.gnu.org/gnu/gcc/gcc-$PKG_VER/gcc-$PKG_VER.tar.xz
diff --git a/repo/system/binutils.xibuild b/repo/system/binutils.xibuild
index 3c4717b..a0f4ce2 100644
--- a/repo/system/binutils.xibuild
+++ b/repo/system/binutils.xibuild
@@ -1,7 +1,7 @@
#!/bin/bash
MAKEDEPS=(make )
-DEPS=(zlib elfutils)
+DEPS=(glibc zlib elfutils)
PKG_VER=2.37
SOURCE=https://ftp.gnu.org/gnu/binutils/binutils-$PKG_VER.tar.xz