Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1297078
| From | Mickaël Salaün <mic@digikod.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] um: Fix build error and kconfig for i386 |
| Date | 2015-12-22 22:50 +0100 |
| Message-ID | <qICYG-QF-39@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fix build error by selecting COREDUMP when X86_32 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): undefined reference to `dump_emit' Signed-off-by: Mickaël Salaün <mic@digikod.net> Cc: Jeff Dike <jdike@addtoit.com> Cc: Richard Weinberger <richard@nod.at> --- arch/x86/um/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/um/Kconfig b/arch/x86/um/Kconfig index ed56a1c4ae73..bb7cd8b38043 100644 --- a/arch/x86/um/Kconfig +++ b/arch/x86/um/Kconfig @@ -26,6 +26,7 @@ config X86_32 select CLONE_BACKWARDS select OLD_SIGSUSPEND3 select OLD_SIGACTION + select COREDUMP config X86_64 def_bool 64BIT -- 2.6.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] um: Fix build error and kconfig for i386 Mickaël Salaün <mic@digikod.net> - 2015-12-22 22:50 +0100
Re: [PATCH] um: Fix build error and kconfig for i386 Richard Weinberger <richard@nod.at> - 2015-12-22 23:30 +0100
Re: [PATCH] um: Fix build error and kconfig for i386 Mickaël Salaün <mic@digikod.net> - 2015-12-23 14:00 +0100
csiph-web