Make it easy to identify the compiler and linker being used.
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
subdir('libkmod/docs')
endif
+# ------------------------------------------------------------------
+# summary
+# ------------------------------------------------------------------
+
summary({
'prefix' : prefixdir,
'sysconfdir' : sysconfdir,
summary({
'features' : ' '.join(features)
}, section : '')
+
+summary({
+ 'Compiler' : cc.get_id() + ' (' + cc.version() + ')',
+ 'Linker' : cc.get_linker_id(),
+}, section : 'Build tools')