Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-12-13 22:42:56 +0300
committerJeff Johnston <jjohnstn@redhat.com>2006-12-13 22:42:56 +0300
commitd7d262442cd7e66531f5b1cb2ea495dc1cec2827 (patch)
tree52d27139e8ef4ce64417d7860e78da5eec6fc4dd /libgloss/spu/Makefile.in
parent4e051d914ac43b2bec8978f9fe2be25cb1c4dadf (diff)
2006-12-13 Sa Liu <saliu@de.ibm.com>
* spu/access.c: New file * spu/dup.c: New file * spu/ftruncate.c: New file * spu/jsre.h: add structures for new functions * spu/time.c: New file * spu/Makefile.in (access.o, dup.o, ftruncate.o, time.o): New targets.
Diffstat (limited to 'libgloss/spu/Makefile.in')
-rw-r--r--libgloss/spu/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgloss/spu/Makefile.in b/libgloss/spu/Makefile.in
index b147bda5d..a68d8b7ba 100644
--- a/libgloss/spu/Makefile.in
+++ b/libgloss/spu/Makefile.in
@@ -55,7 +55,8 @@ OBJCOPY = `t='$(program_transform_name)'; echo objcopy | sed -e $$t`
# object files needed
OBJS = syscalls.o exit.o sbrk.o close.o fstat.o getpid.o isatty.o \
- kill.o lseek.o open.o read.o unlink.o write.o stat.o
+ kill.o lseek.o open.o read.o unlink.o write.o stat.o \
+ ftruncate.o dup.o access.o time.o
# Object files specific to particular targets.
EVALOBJS = ${OBJS}