Index: HelenOS.config
===================================================================
--- HelenOS.config	(revision af8e56536585dbfb83083ee2a4c59ee9723a4a79)
+++ HelenOS.config	(revision c77a64ff173c6b97e1f85ac22e9fe1760cb720cc)
@@ -219,25 +219,26 @@
 
 % Compiler
-@ "gcc_cross" GCC Cross-compiler
-@ "gcc_native" GCC Native
-@ "icc_native" ICC Native
-@ "suncc_native" Sun Studio C Compiler
+@ "gcc_cross" GNU C Compiler (cross-compiler)
+@ "gcc_native" GNU C Compiler (native)
+@ "icc" Intel C Compiler
+@ "suncc" Sun Studio C Compiler
+@ "clang" Clang
 ! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice)
 
 % Compiler
-@ "gcc_cross" GCC Cross-compiler
-@ "gcc_native" GCC Native
-@ "icc_native" ICC Native
+@ "gcc_cross" GNU C Compiler (cross-compiler)
+@ "gcc_native" GNU C Compiler (native)
+@ "icc" Intel C Compiler
 ! [PLATFORM=ia64] COMPILER (choice)
 
 % Compiler
-@ "gcc_cross" GCC Cross-compiler
-@ "gcc_native" GCC Native
-@ "suncc_native" Sun Studio C Compiler
+@ "gcc_cross" GNU C Compiler (cross-compiler)
+@ "gcc_native" GNU C Compiler (native)
+@ "suncc" Sun Studio C Compiler
 ! [PLATFORM=sparc64] COMPILER (choice)
 
 % Compiler
-@ "gcc_cross" GCC Cross-compiler
-@ "gcc_native" GCC Native
+@ "gcc_cross" GNU C Compiler (cross-compiler)
+@ "gcc_native" GNU C Compiler (native)
 ! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] COMPILER (choice)
 
