summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/frv/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-08-26 23:36:04 +0000
committerEric Andersen <andersen@codepoet.org>2004-08-26 23:36:04 +0000
commit11e165ebcdcd1b58f8e6a12cd9b7e39bed159566 (patch)
tree721437daa112e0db89927ea9659038ea136c4e05 /libc/sysdeps/linux/frv/Makefile
parent20e0bbfa54ff160757de3c47c9015e641bc96afd (diff)
Partial patch from Alexandre Oliva:
- adjust licensing terms of sources for crt*.o - change the stat ABI to speed it up, matching changes in the kernel - assorted bug-fixes, improvements and updates in the FR-V port etc.
Diffstat (limited to 'libc/sysdeps/linux/frv/Makefile')
-rw-r--r--libc/sysdeps/linux/frv/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/frv/Makefile b/libc/sysdeps/linux/frv/Makefile
index 43752beec..0c6978c5a 100644
--- a/libc/sysdeps/linux/frv/Makefile
+++ b/libc/sysdeps/linux/frv/Makefile
@@ -32,6 +32,7 @@ SSRC=__longjmp.S setjmp.S clone.S vfork.S
SOBJS=$(patsubst %.S,%.o, $(SSRC))
CSRC=mmap.c sysdep.c syscall.c brk.c sbrk.c __init_brk.c dl-iterate-phdr.c
+CSRC+=xstatconv.c stat.c stat64.c fstat.c fstat64.c lstat.c lstat64.c
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(SOBJS) $(COBJS)