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, 21 Apr 2009, Rafael Espindola wrote:

> This patch adds a install-plugin target that installs all the
> necessary files to build plugins with just an installed gcc tree. The
> install subtree is
> 
> libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/plugin/

I don't think libexec is right for this since these are not executables; I 
think libsubdir instead of libexecsubdir is right.

I think these files should not be installed for a plugins-disabled build, 
only for a plugins-enabled one.

-- 
Joseph S. Myers
joseph@codesourcery.com


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