1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:47:35 +00:00

Toolchain: Don't use GNU objcopy in the LLVM toolchain

Our build of LLVM's objcopy now supports the single missing feature
(--update-section) that previously forced us to use the one from GNU
Binutils. This means that there is no reason anymore to build Binutils
alongside LLVM's tools.
This commit is contained in:
Daniel Bertalan 2022-01-07 17:01:06 +01:00 committed by Ali Mohammad Pur
parent b19cc3cdcb
commit b3dbf204fc
3 changed files with 4 additions and 65 deletions

View file

@ -71,7 +71,6 @@ echo SYSROOT is "$SYSROOT"
mkdir -p "$DIR/Tarballs"
# Note: The version number and hash in BuildClang.sh needs to be kept in sync with this.
BINUTILS_VERSION="2.37"
BINUTILS_MD5SUM="1e55743d73c100b7a0d67ffb32398cdb"
BINUTILS_NAME="binutils-$BINUTILS_VERSION"