summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2015-10-13 15:44:25 -0400
committerKevin O'Connor <kevin@koconnor.net>2015-10-15 10:55:10 -0400
commitefd70a5006b9d402ba74fd3c49872062cb48667f (patch)
tree5a67c5aa870eaca0cd9adef23dce8462fdf7113e /src/util.h
parenta6c877401b748092e2e7799bfb4a4bd84729b1da (diff)
downloadqemu-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/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 327abeb..cba3359 100644
--- a/src/util.h
+++ b/src/util.h
@@ -236,6 +236,6 @@ void vgahook_setup(struct pci_device *pci);
// version (auto generated file out/version.c)
-extern const char VERSION[];
+extern const char VERSION[], BUILDINFO[];
#endif // util.h