mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:17:34 +00:00
Toolchain: Update binutils to version 2.40
This commit is contained in:
parent
afc067bc38
commit
0471ec0567
2 changed files with 3 additions and 3 deletions
|
@ -315,7 +315,7 @@ ensure_toolchain() {
|
|||
if [ "$TOOLCHAIN_TYPE" = "GNU" ]; then
|
||||
local ld_version
|
||||
ld_version="$("$TOOLCHAIN_DIR"/bin/"$TARGET"-pc-serenity-ld -v)"
|
||||
local expected_version="GNU ld (GNU Binutils) 2.39"
|
||||
local expected_version="GNU ld (GNU Binutils) 2.40"
|
||||
if [ "$ld_version" != "$expected_version" ]; then
|
||||
echo "Your toolchain has an old version of binutils installed."
|
||||
echo " installed version: \"$ld_version\""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue