Wonkyu Kim has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/31001 )
Change subject: util/crossgcc: use fixed length version string ......................................................................
util/crossgcc: use fixed length version string
After merging util/crossgcc: derive date and version from latest commit (https://review.coreboot.org/c/coreboot/+/30804), crossgcc build is broken in internal repository due to long version name;coreboot.org repository is ok because it uses short tag name. The patch uses "git discribe" which is dependent on git tag name. If tag name is little bit long, it can cause crossgcc build failed.
To avoid this issue, use only short version of hash string which is fixed lenght. And it's enough as version string because we use date(CROSSGCC_DATE) together.
Change-Id: I405b2e4e5c05831c25aebf1c73a281adab8ef452 Signed-off-by: Wonkyu Kim wonkyu.kim@intel.com --- M util/crossgcc/buildgcc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/31001/2