From 5c3c09448a493ae6ae273e7fba6e2ed4487cd272 Mon Sep 17 00:00:00 2001
From: davidovski <david@davidovski.xyz>
Date: Sun, 30 Jan 2022 23:29:51 +0000
Subject: fixed deps for gcc

---
 repo/devel/gcc.xibuild       | 4 ++--
 repo/system/binutils.xibuild | 2 +-
 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
-- 
cgit v1.2.1