aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorBasile Starynkevitch <basile@starynkevitch.net>2011-07-15 20:05:51 +0000
committerBasile Starynkevitch <bstarynk@gcc.gnu.org>2011-07-15 20:05:51 +0000
commit4476205585284726e033e2759f29652c4798d160 (patch)
tree4a89e4d75ff4e6f6af3bb0e09bec4fcb9525f786 /gcc/doc
parentb378a5669d19e462d66a0583702423c1a7ec7f6a (diff)
downloadgcc-4476205585284726e033e2759f29652c4798d160.zip
gcc-4476205585284726e033e2759f29652c4798d160.tar.gz
gcc-4476205585284726e033e2759f29652c4798d160.tar.bz2
plugins.texi (Building GCC plugins): gengtype needs its gtype.state.
2011-07-15 Basile Starynkevitch <basile@starynkevitch.net> * doc/plugins.texi (Building GCC plugins): gengtype needs its gtype.state. From-SVN: r176329
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/plugins.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/plugins.texi b/gcc/doc/plugins.texi
index 1ff1447..faee13e 100644
--- a/gcc/doc/plugins.texi
+++ b/gcc/doc/plugins.texi
@@ -446,6 +446,6 @@ A single source file plugin may be built with @code{gcc -I`gcc
plugin.so}, using backquote shell syntax to query the @file{plugin}
directory.
-Plugins needing to use @command{gengtype} require a GCC build
-directory for the same version of GCC that they will be linked
-against.
+When a plugin needs to use @command{gengtype}, be sure that both
+@file{gengtype} and @file{gtype.state} have the same version as the
+GCC for which the plugin is built.