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: [trunk][patch] Install headers and plugin-version.o


On Tue, Apr 21, 2009 at 09:14, Rafael Espindola <espindola@google.com> wrote:

> 2009-04-21 ÂRafael Avila de Espindola Â<espindola@google.com>
>
> Â Â Â Â* Makefile.in (plugindir,plugin_includedir): New.
> Â Â Â Â(install): Depend on install-plugin.
> Â Â Â Â(installdirs): Create plugindir and plugin_includedir.
> Â Â Â Â(PLUGIN_HEADERS): New.
> Â Â Â Â(install-plugin): New.
> Â Â Â Â* config.gcc: Add vxworks-dummy.h to tm_file for x86 and x86-64.

Perhaps we could simplify the interface so that plugins need only
a single 'plugin.h' header file.

Inside plugin.h we simply include $PLUGIN_HEADERS.

To avoid synchronization problems, we should generate plugin.h
from PLUGIN_HEADERS.  This should also be used by the testsuite.


Diego.


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