* README.md - this file
* configure - autoconf configuration shell script
-* configure.in - original autoconf file
+* configure.ac - original autoconf file
* config.* - autoconf support scripts
* Makefile.in - Makefile template used by configure
* elf2flt.c - the source
* flthdr.c - flat header manipulation program
* flat.h - header from uClinux kernel sources
-* lf2flt.ld - an example linker script that works for C/C++ and uClinux
+* elf2flt.ld - an example linker script that works for C/C++ and uClinux
* ld-elf2flt - A linker replacement that implements a `-elf2flt` option for
the linker and runs elf2flt automatically for you. It auto
detects PIC/non-PIC code and adjusts its option accordingly.
It uses the environment variable `FLTFLAGS` when running
elf2flt. It runs /.../<ARCH>-ld.real to do the actual linking.
+* stubs.c - Support for various functions that your OS might be missing.
## Tips