From f6280f8aa50556a1505b8ec867367c966ccd6bcc Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 30 Jan 2022 23:15:13 +0000 Subject: added missing deps for gcc --- repo/devel/gcc.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/devel/gcc.xibuild') diff --git a/repo/devel/gcc.xibuild b/repo/devel/gcc.xibuild index 968302f..d89d9c3 100644 --- a/repo/devel/gcc.xibuild +++ b/repo/devel/gcc.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(grep make gmp mpfr mpc) +MAKEDEPS=(grep make gmp mpfr mpc binutils) DEPS=(glibc) PKG_VER=11.2.0 -- cgit v1.2.1