chore: bump binutils to 2.43.1

This commit is contained in:
ConYel 2024-08-30 09:20:32 +02:00
parent b964dbced5
commit 3f11b03041
No known key found for this signature in database
GPG key ID: DD9F5D50CAA0BAD4
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
FROM scratch AS base
ARG ARCH=x86_64
ENV VERSION=2.35
ENV SRC_HASH=1b11659fb49e20e18db460d44485f09442c8c56d5df165de9461eb09c8302f85
ENV VERSION=2.43.1
ENV SRC_HASH=13f74202a3c4c51118b797a39ea4200d3f6cfbe224da6d1d95bb938480132dfd
ENV SRC_FILE=binutils-${VERSION}.tar.xz
ENV SRC_SITE=https://ftp.gnu.org/gnu/binutils/${SRC_FILE}
@ -11,7 +11,7 @@ ADD --checksum=sha256:${SRC_HASH} ${SRC_SITE} .
FROM fetch AS build
COPY --from=stagex/stage3 . /
RUN tar -xf binutils-${VERSION}.tar.xz
WORKDIR binutils-${VERSION}
WORKDIR /binutils-${VERSION}
RUN --network=none <<-EOF
set -ex
CFLAGS='-Os -Wformat -Werror=format-security -O2' \

View file

@ -3458,6 +3458,7 @@ out/python/index.json: \
out/libffi/index.json \
out/make/index.json \
out/musl/index.json \
out/ncurses/index.json \
out/openssl/index.json \
out/sqlite3/index.json \
out/zlib/index.json