summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-10 05:56:59 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-10 05:56:59 +0000
commit04735b266d84c5637dd382fd49b6bf561d30c4c1 (patch)
treef68b5d21e4ba43b70cac89d01735e54347b545aa /toolchain/elf2flt/Config.in
parent5ebb4e6ba553bfc7ca66349a45d6ad187280dcbd (diff)
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.in12
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).