Skip to content
Snippets Groups Projects
Verified Commit 2343a5fc authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Update binutils and gcc

parent ed152f23
No related branches found
No related tags found
No related merge requests found
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
}
......
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment