diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-10 05:56:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-10 05:56:59 +0000 |
commit | 04735b266d84c5637dd382fd49b6bf561d30c4c1 (patch) | |
tree | f68b5d21e4ba43b70cac89d01735e54347b545aa /toolchain/elf2flt/Config.in | |
parent | 5ebb4e6ba553bfc7ca66349a45d6ad187280dcbd (diff) | |
download | buildroot-novena-04735b266d84c5637dd382fd49b6bf561d30c4c1.tar.gz buildroot-novena-04735b266d84c5637dd382fd49b6bf561d30c4c1.zip |
initial attempt at adding elf2flt support based upon marcs work in Bug 273
Diffstat (limited to 'toolchain/elf2flt/Config.in')
-rw-r--r-- | toolchain/elf2flt/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/elf2flt/Config.in b/toolchain/elf2flt/Config.in new file mode 100644 index 000000000..f8bdf5d71 --- /dev/null +++ b/toolchain/elf2flt/Config.in @@ -0,0 +1,12 @@ +comment "elf2flt" + +config BR2_ELF2FLT + bool "Enable elf2flt support?" + default n + help + uCLinux uses a Binary Flat format commonly known as BFLT. It + is a relatively simple and lightweight executable format + based on the original a.out format. + + This option compiles the required tools and makes the required + modifications on your toolchain (linker). |