Re: [Letux-kernel] [BUG v5.2-rc1] ARM build broken

2019-06-03 Thread H. Nikolaus Schaller
Hi Kees, > Am 22.05.2019 um 08:02 schrieb H. Nikolaus Schaller : > > It turns out that HOSTCC and HOSTCXX are a gcc-4.9.4 installed through > MacPorts. > And CC is the self-bootstrapped cross-gcc-4.9.2 toolchain for arm. > > The problem is likely that they do not know of each other, i.e. the re

Re: [BUG v5.2-rc1] ARM build broken

2019-05-21 Thread H. Nikolaus Schaller
Hi Kees, > Am 21.05.2019 um 22:36 schrieb Kees Cook : > > On Tue, May 21, 2019 at 01:23:36PM +0200, H. Nikolaus Schaller wrote: > HOSTLLD -shared scripts/gcc-plugins/arm_ssp_per_task_plugin.so - due to > target missing > Undefined symbols for architecture x86_64: > "gen_reg_rtx(m

Re: [BUG v5.2-rc1] ARM build broken

2019-05-21 Thread Kees Cook
On Tue, May 21, 2019 at 01:23:36PM +0200, H. Nikolaus Schaller wrote: > >>> HOSTLLD -shared scripts/gcc-plugins/arm_ssp_per_task_plugin.so - due to > >>> target missing > >>> Undefined symbols for architecture x86_64: > >>> "gen_reg_rtx(machine_mode)", referenced from: > >>> (anonymous name

Re: [BUG v5.2-rc1] ARM build broken

2019-05-21 Thread H. Nikolaus Schaller
Hi Chris, > Am 20.05.2019 um 23:21 schrieb Chris Packham > : > > On 21/05/19 6:54 AM, Kees Cook wrote: >> [Adding Chris and Ard, who might have more compiler versions that me...] > > Late to the thread but ... > >> >> On Mon, May 20, 2019 at 07:08:39PM +0200, H. Nikolaus Schaller wrote:

Re: [BUG v5.2-rc1] ARM build broken

2019-05-20 Thread Chris Packham
On 21/05/19 6:54 AM, Kees Cook wrote: > [Adding Chris and Ard, who might have more compiler versions that me...] Late to the thread but ... > > On Mon, May 20, 2019 at 07:08:39PM +0200, H. Nikolaus Schaller wrote: >>> Am 20.05.2019 um 17:59 schrieb Kees Cook : >>> >>> On Mon, May 20, 2019 at 05:

Re: [BUG v5.2-rc1] ARM build broken

2019-05-20 Thread Kees Cook
On Mon, May 20, 2019 at 09:35:45PM +0200, H. Nikolaus Schaller wrote: > > > Am 20.05.2019 um 20:53 schrieb Kees Cook : > > > > > >> Build error: > >> > >> HOSTCXX -fPIC scripts/gcc-plugins/arm_ssp_per_task_plugin.o - due to: > >> scripts/gcc-plugins/gcc-common.h > >> In file included from scri

Re: [BUG v5.2-rc1] ARM build broken

2019-05-20 Thread H. Nikolaus Schaller
Hi, > Am 20.05.2019 um 20:53 schrieb Kees Cook : > > [Adding Chris and Ard, who might have more compiler versions that me...] > > On Mon, May 20, 2019 at 07:08:39PM +0200, H. Nikolaus Schaller wrote: >>> Am 20.05.2019 um 17:59 schrieb Kees Cook : >>> >>> On Mon, May 20, 2019 at 05:15:02PM +0200

Re: [BUG v5.2-rc1] ARM build broken

2019-05-20 Thread Kees Cook
[Adding Chris and Ard, who might have more compiler versions that me...] On Mon, May 20, 2019 at 07:08:39PM +0200, H. Nikolaus Schaller wrote: > > Am 20.05.2019 um 17:59 schrieb Kees Cook : > > > > On Mon, May 20, 2019 at 05:15:02PM +0200, H. Nikolaus Schaller wrote: > >> Hi, > >> it seems as if

Re: [BUG v5.2-rc1] ARM build broken

2019-05-20 Thread Kees Cook
On Mon, May 20, 2019 at 05:15:02PM +0200, H. Nikolaus Schaller wrote: > Hi, > it seems as if ARM build is broken since ARM now hard enables > CONFIG_HAVE_GCC_PLUGINS > which indirectly enables CONFIG_GCC_PLUGIN_ARM_SSP_PER_TASK. Compiling this > breaks > on my system (Darwin build host) due to co