commit | efd70a5006b9d402ba74fd3c49872062cb48667f | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Tue Oct 13 15:44:25 2015 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Thu Oct 15 10:55:10 2015 -0400 |
tree | 5a67c5aa870eaca0cd9adef23dce8462fdf7113e | |
parent | a6c877401b748092e2e7799bfb4a4bd84729b1da [diff] [blame] |
build: Report gcc and binutils versions in debug log Attempt to extract the gcc and binutils versions. Report that information in the debug log. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
diff --git a/vgasrc/vgaversion.c b/vgasrc/vgaversion.c index 02c8ea3..1ef5ddb 100644 --- a/vgasrc/vgaversion.c +++ b/vgasrc/vgaversion.c
@@ -3,3 +3,4 @@ #include "types.h" char VERSION[] VAR16 = BUILD_VERSION; +char BUILDINFO[] VAR16 = BUILD_TOOLS;