diff options
Diffstat (limited to 'repo')
-rw-r--r-- | repo/devel/gcc.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |