diff options
Diffstat (limited to 'libgloss/config/mips.mt')
-rw-r--r-- | libgloss/config/mips.mt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/libgloss/config/mips.mt b/libgloss/config/mips.mt new file mode 100644 index 0000000..6ae84b4 --- /dev/null +++ b/libgloss/config/mips.mt @@ -0,0 +1,31 @@ +# +# These are the minimum required stubs to support newlib +# for embedded MIPS targets. Note that although read.o and write.o +# are mentioned here, they are not used for all targets. +# +close.o: ${srcdir}/../close.c + $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $? +fstat.o: ${srcdir}/../fstat.c + $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $? +getpid.o: ${srcdir}/../getpid.c + $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $? +isatty.o: ${srcdir}/../isatty.c + $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $? +kill.o: ${srcdir}/../kill.c + $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $? +lseek.o: ${srcdir}/../lseek.c + $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $? +open.o: ${srcdir}/../open.c + $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $? +print.o: ${srcdir}/../print.c + $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $? +putnum.o: ${srcdir}/../putnum.c + $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $? +read.o: ${srcdir}/../read.c + $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $? +stat.o: ${srcdir}/../stat.c + $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $? +unlink.o: ${srcdir}/../unlink.c + $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $? +write.o: ${srcdir}/../write.c + $(CC) $(CFLAGS_FOR_TARGET) -O2 $(INCLUDES) -c $(CFLAGS) $? |