mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Update binutils and gcc
This commit is contained in:
parent
ed152f23cd
commit
2343a5fcbf
@ -1,12 +1,13 @@
|
||||
TAR=https://gitlab.redox-os.org/redox-os/gcc/-/archive/redox/gcc-redox.tar.gz
|
||||
VERSION="13.2.0"
|
||||
TAR="https://gitlab.redox-os.org/redox-os/gcc/-/archive/redox-${VERSION}/gcc-redox-${VERSION}.tar.gz"
|
||||
#GIT=https://gitlab.redox-os.org/redox-os/gcc.git
|
||||
#GIT_UPSTREAM=https://gcc.gnu.org/git/gcc.git
|
||||
#BRANCH=redox
|
||||
#BRANCH="redox-${VERSION}"
|
||||
BUILD_DEPENDS=(relibc)
|
||||
DEPENDS="gnu-binutils relibc"
|
||||
|
||||
function recipe_version {
|
||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
echo "${VERSION}"
|
||||
skip=1
|
||||
}
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/binutils-gdb.git
|
||||
BRANCH=redox
|
||||
BRANCH=redox-2.41
|
||||
GIT_UPSTREAM=git://sourceware.org/git/binutils-gdb.git
|
||||
BUILD_DEPENDS=(expat libgmp)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user