From ff6416f737ff34be0f855c40d4e3c83ac354e4f2 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sun, 17 Oct 2021 16:07:07 +0200 Subject: util/release/build-release: Create cross-toolchain version file Add cross-toolchain version file to the release tarball, which can be used for pre-setting the variables used in buildgcc. Change-Id: Iad1e0adaa95b71f161caf978276bfb0a63eac8f4 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/58399 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- util/release/build-release | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util') diff --git a/util/release/build-release b/util/release/build-release index ce8e600bc1..95eead6c1d 100755 --- a/util/release/build-release +++ b/util/release/build-release @@ -57,6 +57,8 @@ if [ -n "$COMMIT_ID" ]; then git reset --hard "$COMMIT_ID" fi +util/crossgcc/buildgcc -W > .crossgcc-version + git submodule update --init --checkout if [ -n "$GPG_KEY_ID" ]; then git tag -a -s -u "$GPG_KEY_ID" --force "$VERSION_NAME" -m "coreboot version $VERSION_NAME" -- cgit v1.2.3