]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Print compiler and linker version with the version command
authorAlexander Holler <holler@ahsoftware.de>
Tue, 18 Jan 2011 23:24:40 +0000 (00:24 +0100)
committerWolfgang Denk <wd@denx.de>
Wed, 2 Feb 2011 20:56:39 +0000 (21:56 +0100)
commit89ffa8dbb5bd0552f5f3399f4430a4c97f4d50d4
tree0103652e012b5fd2ccf8fbe6e134776970bf16f7
parentc9cb009560af68349b3c492a9ca88776e442c2ce
Print compiler and linker version with the version command

After years of unsuccessful research I've finally shamelessly stolen other
peoples intellectual properties to present the all-new and world-changing
updated version command:
-
U-Boot>> version

U-Boot 2010.12-00014-g7435056-dirty (Jan 18 2011 - 23:19:38)
MyBoard
gcc (GCC) 0.42 (Distro foobar)
GNU ld (GNU Binutils) 0.314159265
-
May the toolchain bugs rest in peace.

Signed-off-by: Alexander Holler <holler@ahsoftware.de>
Makefile
common/cmd_version.c