blob: 3f6d8bf5e1b27d69711c7c36a0725ba4f7aa449a [file] [log] [blame]
#!/bin/bash
# Copyright 2024 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
set -e
SCRIPT_DIR="$(dirname "$(realpath -e "${BASH_SOURCE[0]}")")"
# Use the coreboot-sdk GCC version for the subtool version.
sed -Ene "s/^DIST gcc-([0-9.]+)\.tar.*$/\1/p" "${SCRIPT_DIR}/../Manifest"