Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Report gcc and binutils versions in debug log | Kevin O'Connor | 2015-10-15 | 1 | -0/+1 |
| | | | | | | | Attempt to extract the gcc and binutils versions. Report that information in the debug log. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | build: Rework version generation; don't allow make version override | Kevin O'Connor | 2015-10-15 | 1 | -0/+4 |
Convert the script to generate the build version from a shell script to a python script. Remove the ability to override the version at build time via "make VERSION=xyz". Replace it with ability to add extra version information at build time via "make EXTRAVERSION=xyz". Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |