Update binutils and gcc

This commit is contained in:
Jeremy Soller 2023-09-08 13:25:12 -06:00
parent ed152f23cd
commit 2343a5fcbf
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975
2 changed files with 5 additions and 4 deletions

View File

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

View File

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