rust: update to 1.77.2

This commit is contained in:
Rudi Heitbaum 2024-03-22 09:23:48 +00:00
parent 1e8b79e64a
commit d00b24e006
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="rust"
PKG_VERSION="1.76.0"
PKG_SHA256="9e5cff033a7f0d2266818982ad90e4d3e4ef8f8ee1715776c6e25073a136c021"
PKG_VERSION="1.77.2"
PKG_SHA256="c61457ef8f596638fddbc7716778b2f6b99ff12513a3b0f13994c3bc521638c3"
PKG_LICENSE="MIT"
PKG_SITE="https://www.rust-lang.org"
PKG_URL="https://static.rust-lang.org/dist/rustc-${PKG_VERSION}-src.tar.gz"
@ -33,7 +33,7 @@ configure_host() {
esac
cat > ${PKG_BUILD}/config.toml <<END
changelog-seen = 2
change-id = 102579
[target.${TARGET_NAME}]
llvm-config = "${TOOLCHAIN}/bin/llvm-config"

View File

@ -2,7 +2,7 @@
"arch": "x86_64",
"cpu": "x86-64",
"crt-static-respected": true,
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128",
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
"dynamic-linking": true,
"env": "gnu",
"executables": true,