Use tar instead of git for GCC

This commit is contained in:
Jeremy Soller 2019-12-30 17:13:28 -07:00
parent 7f60884da9
commit 237dc42544
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -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"