diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2015-10-13 15:44:25 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2015-10-15 10:55:10 -0400 |
commit | efd70a5006b9d402ba74fd3c49872062cb48667f (patch) | |
tree | 5a67c5aa870eaca0cd9adef23dce8462fdf7113e /src/version.c | |
parent | a6c877401b748092e2e7799bfb4a4bd84729b1da (diff) | |
download | seabios-efd70a5006b9d402ba74fd3c49872062cb48667f.tar.gz |
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>
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index d8c266fb..a8a58cf0 100644 --- a/src/version.c +++ b/src/version.c @@ -2,3 +2,4 @@ #include "autoversion.h" char VERSION[] = BUILD_VERSION; +char BUILDINFO[] = BUILD_TOOLS; |