diff --git a/doc/go_faq.html b/doc/go_faq.html
index 36e1e53e58f..5394f4dd91d 100644
--- a/doc/go_faq.html
+++ b/doc/go_faq.html
@@ -1355,8 +1355,8 @@ it now. Gccgo
's run-time support uses glibc
.
control; it is
compiled with a version of the Plan 9 C compiler that supports
segmented stacks for goroutines.
-The gccgo
compiler also implements segmented
-stacks, supported by recent modifications to its linker.
+The gccgo
compiler implements segmented
+stacks on Linux only, supported by recent modifications to the gold linker.