Add gcc version information to kdl info command. This could help debugging in some cases and fixes #3240.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37562 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -43,7 +43,8 @@ static uint32 sHaikuRevision __attribute__((section("_haiku_revision")));
|
||||
static int
|
||||
dump_info(int argc, char **argv)
|
||||
{
|
||||
kprintf("kernel build: %s %s\n", __DATE__, __TIME__);
|
||||
kprintf("kernel build: %s %s (gcc%d %s)\n", __DATE__, __TIME__, __GNUC__,
|
||||
__VERSION__);
|
||||
kprintf("SVN revision: %lu\n\n", sHaikuRevision);
|
||||
|
||||
kprintf("cpu count: %ld, active times:\n", smp_get_num_cpus());
|
||||
|
||||
Reference in New Issue
Block a user