From 04735b266d84c5637dd382fd49b6bf561d30c4c1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 10 Jan 2006 05:56:59 +0000 Subject: initial attempt at adding elf2flt support based upon marcs work in Bug 273 --- toolchain/elf2flt/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 toolchain/elf2flt/Config.in (limited to 'toolchain/elf2flt/Config.in') 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). -- cgit v1.2.3