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: ping^5: plugin directory


On 16.03.2010 09:04, Basile Starynkevitch wrote:
[...]

the patch in its current form doesn't search in a default location; only if -iplugindir is passed to the driver, a plugin directory is searched. If -iplugindir is not passed, plugins are not found. Is this intended?

what is the motivation of adding an extra "libexec"? the values given to -iplugindir isn't really the plugin directory, but some kind of prefix.

The default for the plugin directory should be

<exec_prefix>/<alias>/<version>/plugin

Is it really necessary to append "libexec" to this path? It doesn't hurt, but now the exec prefix is encoded twice in the path.

Matthias


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