Lines Matching +full:mips +full:- +full:linux +full:-
4 FILES="sysent.h sysent_shorthand_defs.h linux/mips/syscallent-compat.h \
5 linux/mips/syscallent-o32.h linux/32/syscallent-common-32.h \
6 linux/generic/syscallent-common.h"
13 INC=linux-user/mips/syscall-args-o32.c.inc
15 TMP=$(mktemp -d)
19 curl --create-dirs $URL/$file -o $TMP/$file
22 > linux/generic/subcallent.h
23 > linux/32/subcallent.h
36 #include "syscallent-o32.h"
45 printf(" [% 4d] = MIPS_SYSCALL_NUMBER_UNUSED,\n", i - 4000);
47 printf(" [% 4d] = %d, /* %s */\n", i - 4000,
56 cc -o gen_mips_o32 -I linux/mips -I linux/generic gen_mips_o32.c && ./gen_mips_o32 > "$output/$INC"
58 rm -fr "$TMP"