[PATCH] Fix install-plugin on arm and aarch64

2013-03-06 Thread Jakub Jelinek
Hi! https://bugzilla.redhat.com/show_bug.cgi?id=910926 reports that plugins aren't usable on arm, because arm-cores.def isn't installed into the plugins directory. arm-cores.def can't be included in tm_file list, because we don't want to include it directly, nor in HeaderInclude in arm.opt (that

Re: [PATCH] Fix install-plugin on arm and aarch64

2013-03-06 Thread Marcus Shawcroft
On 06/03/13 09:07, Jakub Jelinek wrote: Hi! https://bugzilla.redhat.com/show_bug.cgi?id=910926 reports that plugins aren't usable on arm, because arm-cores.def isn't installed into the plugins directory. arm-cores.def can't be included in tm_file list, because we don't want to include it direct

Re: [PATCH] Fix install-plugin on arm and aarch64

2013-03-06 Thread Matthias Klose
Am 06.03.2013 17:07, schrieb Jakub Jelinek: > Hi! > > https://bugzilla.redhat.com/show_bug.cgi?id=910926 > reports that plugins aren't usable on arm, because arm-cores.def isn't > installed into the plugins directory. arm-cores.def can't be included in > tm_file list, because we don't want to inc

Re: [PATCH] Fix install-plugin on arm and aarch64

2013-03-06 Thread Jakub Jelinek
On Wed, Mar 06, 2013 at 06:57:03PM +0800, Matthias Klose wrote: > Am 06.03.2013 17:07, schrieb Jakub Jelinek: > > https://bugzilla.redhat.com/show_bug.cgi?id=910926 > > reports that plugins aren't usable on arm, because arm-cores.def isn't > > installed into the plugins directory. arm-cores.def ca

Re: [PATCH] Fix install-plugin on arm and aarch64

2013-03-06 Thread Ramana Radhakrishnan
On Wed, Mar 6, 2013 at 9:07 AM, Jakub Jelinek wrote: > Hi! > > https://bugzilla.redhat.com/show_bug.cgi?id=910926 > reports that plugins aren't usable on arm, because arm-cores.def isn't > installed into the plugins directory. arm-cores.def can't be included in > tm_file list, because we don't wa