Index: HelenOS.config
===================================================================
--- HelenOS.config	(revision 2923c7be9ff1ce356185819c0730c6359e247bd6)
+++ HelenOS.config	(revision f3287e556d8774e8a920fcac5e1178e47a7caad4)
@@ -291,5 +291,5 @@
 @ "gcc_cross" GNU C Compiler (cross-compiler)
 @ "gcc_native" GNU C Compiler (native)
-@ "gcc_helenos" GNU C Compiler (HelenOS-specific cross-compiler)
+@ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler)
 @ "icc" Intel C Compiler
 @ "clang" Clang
@@ -300,5 +300,5 @@
 @ "gcc_native" GNU C Compiler (native)
 @ "icc" Intel C Compiler
-@ "gcc_helenos" GNU C Compiler (HelenOS-specific cross-compiler)
+@ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler)
 ! [PLATFORM=ia64] COMPILER (choice)
 
@@ -306,5 +306,5 @@
 @ "gcc_cross" GNU C Compiler (cross-compiler)
 @ "gcc_native" GNU C Compiler (native)
-@ "gcc_helenos" GNU C Compiler (HelenOS-specific cross-compiler)
+@ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler)
 ! [PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32] COMPILER (choice)
 
@@ -312,5 +312,5 @@
 @ "gcc_cross" GNU C Compiler (cross-compiler)
 @ "gcc_native" GNU C Compiler (native)
-@ "gcc_helenos" GNU C Compiler (HelenOS-specific cross-compiler)
+@ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler)
 @ "clang" Clang
 ! [PLATFORM=abs32le|PLATFORM=arm32|PLATFORM=sparc64] COMPILER (choice)
Index: tools/toolchain.sh
===================================================================
--- tools/toolchain.sh	(revision 2923c7be9ff1ce356185819c0730c6359e247bd6)
+++ tools/toolchain.sh	(revision f3287e556d8774e8a920fcac5e1178e47a7caad4)
@@ -174,4 +174,6 @@
 	echo "default. The settings can be changed by setting environment"
 	echo "variable CROSS_HELENOS_PREFIX."
+	echo "Using the HelenOS-specific toolchain is still an experimental"
+	echo "feature that is not fully supported."
 	echo
 	
