Skip to content

Commit 03f1338

Browse files
committed
dist-powerpc64le-linux: Update binutils version
Update to recent binutils to avoid a linker bug that causes crashes when linking against OpenSSL. Closes: rust-lang#57345 Signed-off-by: Andrew Donnellan <[email protected]>
1 parent 45d015c commit 03f1338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/dist-powerpc64le-linux/build-powerpc64le-toolchain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ex
44

55
source shared.sh
66

7-
BINUTILS=2.25.1
7+
BINUTILS=2.32
88
GCC=5.3.0
99
TARGET=powerpc64le-linux-gnu
1010
SYSROOT=/usr/local/$TARGET/sysroot

0 commit comments

Comments
 (0)