mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Use tar instead of git for GCC
This commit is contained in:
parent
7f60884da9
commit
237dc42544
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user