From: Tom Rini Date: Mon, 18 May 2020 18:48:00 +0000 (-0400) Subject: kconfig: show compiler version text in the top comment X-Git-Tag: v2020.10-rc1~45^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61139e2a4376f291911955d55d7cabaee0f9b3a4;p=pandora-u-boot.git kconfig: show compiler version text in the top comment This is a side-port of commit 21c54b774744 ("kconfig: show compiler version text in the top comment") from Linux: "The kernel configuration phase is now tightly coupled with the compiler in use. It will be nice to show the compiler information in Kconfig." We have already had the required makefile logic for this and had not included printing the value in various user and file visible places. Cc: Masahiro Yamada Signed-off-by: Tom Rini --- diff --git a/Kconfig b/Kconfig index 7ba26655508..99bc5fab025 100644 --- a/Kconfig +++ b/Kconfig @@ -5,6 +5,8 @@ # mainmenu "U-Boot $(UBOOTVERSION) Configuration" +comment "Compiler: $(CC_VERSION_TEXT)" + source "scripts/Kconfig.include" # Allow defaults in arch-specific code to override any given here