* device/lib/Makefile.in: remove abspath for PORTDIR, introduced in
[fw/sdcc] / src / README
1 sdcc/src
2 --------
3
4 C compiler source.
5
6 Everything shared is in this directory.  Port specific files like the
7 code generator (gen.c), register allocator (ralloc.c) and support
8 functions are in the appropriate port directory (ie mcs51 for the 8051).