blob: a8bc8eee1ac7a3a3d00045b901254072b4bb3a1d [file] [log] [blame]
Juan Cespedese3eb9aa1999-04-03 03:21:52 +02001* "arch/syscallent.h" is made from <asm/unistd.h>.
2 It can be done automatically with "mksyscallent" for all the
Juan Cespedes1b9cfd61999-08-30 19:34:50 +02003 architectures except "mips" (as of linux-2.2.12)
Juan Cespedese3eb9aa1999-04-03 03:21:52 +02004
5* "arch/signalent.h" is made from <asm/signal.h>.
6 It can be done automatically with "mksignalent" for all the
Juan Cespedes1b9cfd61999-08-30 19:34:50 +02007 architectures. (linux-2.2.12)
Juan Cespedese3eb9aa1999-04-03 03:21:52 +02008
Heiko Carstensdcbfb8e2006-05-11 07:03:29 +02009* s390 uses mksyscallent_s390, rather than mksyscallent
10
Juan Cespedese3eb9aa1999-04-03 03:21:52 +020011* NOTE: This does not currently work for cross-compilers; Maybe
12 I should guess the architecture using `gcc -print-libgcc-file-name'
Juan Cespedes1b9cfd61999-08-30 19:34:50 +020013 instead of `uname -m' (or even better, use the value returned by autoconf)