Re: [PATCH] arm64: vdso: Fix Makefile regression

2019-07-31 Thread Catalin Marinas
On Mon, Jul 29, 2019 at 01:54:21PM +0100, Vincenzo Frascino wrote: > Using an old .config in combination with "make oldconfig" can cause > an incorrect detection of the compat compiler: > > $ grep CROSS_COMPILE_COMPAT .config > CONFIG_CROSS_COMPILE_COMPAT_VDSO="" > > $ make oldconfig && make > ar

Re: [PATCH] arm64: vdso: Fix Makefile regression

2019-07-31 Thread Will Deacon
On Mon, Jul 29, 2019 at 01:54:21PM +0100, Vincenzo Frascino wrote: > Using an old .config in combination with "make oldconfig" can cause > an incorrect detection of the compat compiler: > > $ grep CROSS_COMPILE_COMPAT .config > CONFIG_CROSS_COMPILE_COMPAT_VDSO="" > > $ make oldconfig && make > ar

Re: [PATCH] arm64: vdso: Fix Makefile regression

2019-07-29 Thread Matteo Croce
On Mon, Jul 29, 2019 at 2:54 PM Vincenzo Frascino wrote: > > Using an old .config in combination with "make oldconfig" can cause > an incorrect detection of the compat compiler: > > $ grep CROSS_COMPILE_COMPAT .config > CONFIG_CROSS_COMPILE_COMPAT_VDSO="" > > $ make oldconfig && make > arch/arm64/