GCC almost working

This commit is contained in:
2025-09-21 00:41:07 +01:00
parent e2ec9afd77
commit 1caca7e209

View File

@@ -3,7 +3,7 @@ PACKAGE=gcc-5
SRC=gcc-${VERSION}.tar.gz
URL=${SITE_GNU}/gcc/gcc-${VERSION}/${SRC}
CATEGORY=lang
DEPENDS="devel/binutils libs/gmp libs/mpc libs/mpfr devel/cloog"
DEPENDS="arch/tar devel/binutils libs/gmp libs/mpc libs/mpfr devel/cloog"
configure() {
echo "Configuring $PACKAGE"