This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PLUGIN] compile and install gengtype, install gtype.state


2011/7/19 Jakub Jelinek <jakub@redhat.com>:
> On Tue, Jul 19, 2011 at 02:26:32PM +0200, Romain Geissler wrote:
>> 2011-07-18 ?Romain Geissler ?<romain.geissler@gmail.com>
>>
>> ? ? ? * gengtype-state.c (#include "bconfig.h"): include "bconfig.h"
>> ? ? ? if GENERATOR_FILE is defined, "config.h" otherwise.
>> ? ? ? * gengtype.c: Likewise.
>> ? ? ? * gengtype-lex.l: Likewise.
>> ? ? ? * gengtype-parse.c: Likewise.
>> ? ? ? * Makefile.in (gengtype): compile and install for host when
>> ? ? ? $enable_plugins is set to "yes".
>> ? ? ? (gtype.state): install when $enable_plugins is set to "yes".
>
> s/: include/: Include/;s/: compile/: Compile/;s/: install/: Install/
>
> ? ? ? ?Jakub
>

Fixed

Romain Geissler

2011-07-18  Romain Geissler  <romain.geissler@gmail.com>

	* gengtype-state.c (#include "bconfig.h"): Include "bconfig.h"
	if GENERATOR_FILE is defined, "config.h" otherwise.
	* gengtype.c: Likewise.
	* gengtype-lex.l: Likewise.
	* gengtype-parse.c: Likewise.
	* Makefile.in (gengtype): Compile and install for host when
	$enable_plugins is set to "yes".
	(gtype.state): Install when $enable_plugins is set to "yes".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]