Messages in this thread Patch in this message |  | | | Date | Tue, 2 Nov 2004 00:18:43 -0800 | | From | Andrew Morton <> | | Subject | Re: [PATCH 11/14] FRV: Add FDPIC ELF binary format driver |
It doesn't compile on x86.
Signed-off-by: Andrew Morton <akpm@osdl.org> --- 25-akpm/fs/Kconfig.binfmt | 1 + 1 files changed, 1 insertion(+) diff -puN fs/Kconfig.binfmt~frv-add-fdpic-elf-binary-format-driver-fix fs/Kconfig.binfmt --- 25/fs/Kconfig.binfmt~frv-add-fdpic-elf-binary-format-driver-fix 2004-11-01 23:27:54.951435224 -0800 +++ 25-akpm/fs/Kconfig.binfmt 2004-11-01 23:28:38.771773520 -0800 @@ -26,6 +26,7 @@ config BINFMT_ELF config BINFMT_ELF_FDPIC bool "Kernel support for FDPIC ELF binaries" default y + depends on FRV help ELF FDPIC binaries are based on ELF, but allow the individual load segments of a binary to be located in memory independently of each _ - 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/
|  |