diff --git a/doc/src/reference.xml b/doc/src/reference.xml
index 9f8302a22..f0009fea2 100644
--- a/doc/src/reference.xml
+++ b/doc/src/reference.xml
@@ -746,9 +746,10 @@ using gcc : 4.0 : g++-4.0 ;
The gcc module supports the
GNU C++ compiler
- on Linux, a number of Unix-like system including MacOS X, SunOS and
- BeOS, and on Windows (either Cygwin
- or MinGW).
+ on Linux, a number of Unix-like system including SunOS and on Windows
+ (either Cygwin or
+ MinGW). On Mac OSX, it is recommended
+ to use system gcc, see .
The gcc module is initialized using the following
@@ -811,6 +812,28 @@ using gcc : &toolset_ops; ;
+