Re: [PATCH v3] um: Fix build error and kconfig for i386

2015-12-25 Thread Josh Triplett
On Fri, Dec 25, 2015 at 07:45:41PM +0100, Mickaël Salaün wrote: > > On 25/12/2015 02:34, Josh Triplett wrote: > > On Thu, Dec 24, 2015 at 01:12:11PM +0100, Mickaël Salaün wrote: > >> Fix build error by generating elfcore.o only when ELF_CORE (depending on > >> COREDUMP) is selected: > >> > >> arch

Re: [PATCH v3] um: Fix build error and kconfig for i386

2015-12-25 Thread Mickaël Salaün
On 25/12/2015 02:34, Josh Triplett wrote: > On Thu, Dec 24, 2015 at 01:12:11PM +0100, Mickaël Salaün wrote: >> Fix build error by generating elfcore.o only when ELF_CORE (depending on >> COREDUMP) is selected: >> >> arch/x86/um/built-in.o: In function `elf_core_write_extra_phdrs': >> (.text+0x3e62

Re: [PATCH v3] um: Fix build error and kconfig for i386

2015-12-24 Thread Josh Triplett
On Thu, Dec 24, 2015 at 01:12:11PM +0100, Mickaël Salaün wrote: > Fix build error by generating elfcore.o only when ELF_CORE (depending on > COREDUMP) is selected: > > arch/x86/um/built-in.o: In function `elf_core_write_extra_phdrs': > (.text+0x3e62): undefined reference to `dump_emit' > arch/x86/

[PATCH v3] um: Fix build error and kconfig for i386

2015-12-24 Thread Mickaël Salaün
Fix build error by generating elfcore.o only when ELF_CORE (depending on COREDUMP) is selected: arch/x86/um/built-in.o: In function `elf_core_write_extra_phdrs': (.text+0x3e62): undefined reference to `dump_emit' arch/x86/um/built-in.o: In function `elf_core_write_extra_data': (.text+0x3eef): unde