Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80057
b: refs/heads/master
c: b9d36d5
h: refs/heads/master
i:
  80055: 8b2b27a
v: v3
  • Loading branch information
Roland McGrath authored and Ingo Molnar committed Jan 30, 2008
1 parent 2457d80 commit 74f94f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2f79e48ae2651fff08d08dab3acf1294467c1155
refs/heads/master: b9d36d5d000294a128f7f174fe67623a10e29d61
4 changes: 4 additions & 0 deletions trunk/fs/Kconfig.binfmt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ config BINFMT_ELF
ld.so (check the file <file:Documentation/Changes> for location and
latest version).

config COMPAT_BINFMT_ELF
bool
depends on COMPAT && MMU

config BINFMT_ELF_FDPIC
bool "Kernel support for FDPIC ELF binaries"
default y
Expand Down
1 change: 1 addition & 0 deletions trunk/fs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ obj-$(CONFIG_BINFMT_MISC) += binfmt_misc.o
obj-y += binfmt_script.o

obj-$(CONFIG_BINFMT_ELF) += binfmt_elf.o
obj-$(CONFIG_COMPAT_BINFMT_ELF) += compat_binfmt_elf.o
obj-$(CONFIG_BINFMT_ELF_FDPIC) += binfmt_elf_fdpic.o
obj-$(CONFIG_BINFMT_SOM) += binfmt_som.o
obj-$(CONFIG_BINFMT_FLAT) += binfmt_flat.o
Expand Down

0 comments on commit 74f94f7

Please sign in to comment.