summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/v850/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-03-01 21:20:49 +0000
committerEric Andersen <andersen@codepoet.org>2002-03-01 21:20:49 +0000
commiteea9e45879a0aca3ca44a614f3eb1059b1634241 (patch)
tree80d3787aecc3f854cb9d824d08460aa503927736 /libc/sysdeps/linux/v850/Makefile
parent3c32d925ccfb94c22e64ed821615e3e7d436c1e0 (diff)
Patch from Miles Bader to allow Large File support on the v850.
Diffstat (limited to 'libc/sysdeps/linux/v850/Makefile')
-rw-r--r--libc/sysdeps/linux/v850/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/v850/Makefile b/libc/sysdeps/linux/v850/Makefile
index 5d367ad39..ff95337e0 100644
--- a/libc/sysdeps/linux/v850/Makefile
+++ b/libc/sysdeps/linux/v850/Makefile
@@ -1,7 +1,7 @@
# Makefile for uClibc
#
-# Copyright (C) 2001 NEC Corporation
-# Copyright (C) 2001 Miles Bader <miles@gnu.org>
+# Copyright (C) 2001,2002 NEC Corporation
+# Copyright (C) 2001,2002 Miles Bader <miles@gnu.org>
# Copyright (C) 2000 Lineo, inc.
#
# This program is free software; you can redistribute it and/or modify it under
@@ -36,7 +36,7 @@ CRT0_OBJ = $(patsubst %.S,%.o, $(CRT0))
SSRC = setjmp.S longjmp.S vfork.S
SOBJS = $(patsubst %.S,%.o, $(SSRC))
-CSRC = _mmap.c
+CSRC = _mmap.c truncate64.c ftruncate64.c
COBJS = $(patsubst %.c,%.o, $(CSRC))
OBJS = $(SOBJS) $(COBJS)