source: trunk/libs/newlib/src/libgloss/config/mips.mt @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 1.3 KB
Line 
1#
2# These are the minimum required stubs to support newlib
3# for embedded MIPS targets.  Note that although read.o and write.o
4# are mentioned here, they are not used for all targets.
5#
6close.o: ${srcdir}/../close.c
7        $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $?
8fstat.o: ${srcdir}/../fstat.c
9        $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $?
10getpid.o: ${srcdir}/../getpid.c
11        $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $?
12isatty.o: ${srcdir}/../isatty.c
13        $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $?
14kill.o: ${srcdir}/../kill.c
15        $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $?
16lseek.o: ${srcdir}/../lseek.c
17        $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $?
18open.o: ${srcdir}/../open.c
19        $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $?
20print.o: ${srcdir}/../print.c
21        $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $?
22putnum.o: ${srcdir}/../putnum.c
23        $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $?
24read.o: ${srcdir}/../read.c
25        $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $?
26stat.o: ${srcdir}/../stat.c
27        $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $?
28unlink.o: ${srcdir}/../unlink.c
29        $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $?
30write.o: ${srcdir}/../write.c
31        $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $?
Note: See TracBrowser for help on using the repository browser.