README revision 1b9cfd6ad305ad909e8ff17139111a7c78f01464
1* "arch/syscallent.h" is made from <asm/unistd.h>.
2  It can be done automatically with "mksyscallent" for all the
3  architectures except "mips" (as of linux-2.2.12)
4
5* "arch/signalent.h" is made from <asm/signal.h>.
6  It can be done automatically with "mksignalent" for all the
7  architectures. (linux-2.2.12)
8
9* NOTE: This does not currently work for cross-compilers; Maybe
10  I should guess the architecture using `gcc -print-libgcc-file-name'
11  instead of `uname -m' (or even better, use the value returned by autoconf)
12