coreboot-kgpe-d16/util/crossgcc
Martin Roth 7014f8258e util/crossgcc: Add date to the toolchain revision
With the current version method, it's not possible to determine if
a different version is older or newer than the current version without
digging into the repository and finding the dates for the version
numbers.

This change adds the commit date to the start of the toolchain version
which will let us tell at a glance how old or new the toolchain is.

It's not perfect because multiple toolchain commits can go in on the
same day, but adding the time made the string even longer, and really
doesn't help that much.

Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: I9c6d27667b922dc15e7a6e132e1beff69eed839c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48901
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2021-04-06 07:52:22 +00:00
..
patches crossgcc: Upgrade binutils to 2.35.1 2020-11-25 09:14:50 +00:00
sum crossgcc: Upgrade binutils to 2.35.1 2020-11-25 09:14:50 +00:00
.gitignore util/crossgcc/.gitignore: Add cmake 2021-01-08 08:06:34 +00:00
Makefile crossgcc: Remove "Make" 2020-06-17 11:20:30 +00:00
Makefile.inc Makefile: Add $(xcompile) to specify where to write xcompile 2020-12-23 03:40:35 +00:00
README Remove MIPS architecture 2019-11-20 10:10:48 +00:00
buildgcc util/crossgcc: Add date to the toolchain revision 2021-04-06 07:52:22 +00:00
description.md util: Add description.md to each util 2018-07-26 13:26:50 +00:00
edk2tools.txt crossgcc: fix edk2 tools_def template 2017-11-30 16:51:16 +00:00
getopt.c

README

README
------

This is a cross toolchain builder for -elf toolchains (ie. no libc support)

known working:
  i386-elf
  x86_64-elf
  powerpc-elf
  arm-elf
  armv7a-eabi
  aarch64-elf

known broken:
  alpha-elf
  powerpc64-elf