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
This commit is contained in:
Basile Starynkevitch 2011-07-15 20:05:51 +00:00 committed by Basile Starynkevitch
parent b378a5669d
commit 4476205585
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2011-07-15 Basile Starynkevitch <basile@starynkevitch.net>
* doc/plugins.texi (Building GCC plugins): gengtype needs its
gtype.state.
2011-07-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/49723

View file

@ -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.