From 11e165ebcdcd1b58f8e6a12cd9b7e39bed159566 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 26 Aug 2004 23:36:04 +0000 Subject: 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. --- libc/sysdeps/linux/frv/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/frv/Makefile') 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) -- cgit v1.2.3