diff --git a/recipes/gcc/recipe.sh b/recipes/gcc/recipe.sh index b325b3293..5c7d863a4 100644 --- a/recipes/gcc/recipe.sh +++ b/recipes/gcc/recipe.sh @@ -1,6 +1,7 @@ -GIT=https://gitlab.redox-os.org/redox-os/gcc.git -GIT_UPSTREAM=https://gcc.gnu.org/git/gcc.git -BRANCH=redox +TAR=https://gitlab.redox-os.org/redox-os/gcc/-/archive/redox/gcc-redox.tar.gz +#GIT=https://gitlab.redox-os.org/redox-os/gcc.git +#GIT_UPSTREAM=https://gcc.gnu.org/git/gcc.git +#BRANCH=redox BUILD_DEPENDS=(relibc) DEPENDS="gnu-binutils relibc"