OSDN Git Service

simplify Makefile rules for handling of LFS files by tweaking the way we compile...
authorMike Frysinger <vapier@gentoo.org>
Sat, 19 Nov 2005 09:13:33 +0000 (09:13 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 19 Nov 2005 09:13:33 +0000 (09:13 -0000)
commitb882004687554eb6f9ca7596af7f365b3e1b598b
tree4ad84b7c17fcf0eec53cfbbe5c8a8ccddcffeb96
parent1301cdbf01da859ab1f02e4195c155b2e233daa1
simplify Makefile rules for handling of LFS files by tweaking the way we compile the source files as suggested by psm
13 files changed:
libc/stdio/Makefile.in
libc/stdio/fgetpos.c
libc/stdio/fgetpos64.c [new file with mode: 0644]
libc/stdio/fopen.c
libc/stdio/fopen64.c [new file with mode: 0644]
libc/stdio/freopen.c
libc/stdio/freopen64.c [new file with mode: 0644]
libc/stdio/fseeko.c
libc/stdio/fseeko64.c [new file with mode: 0644]
libc/stdio/fsetpos.c
libc/stdio/fsetpos64.c [new file with mode: 0644]
libc/stdio/ftello.c
libc/stdio/ftello64.c [new file with mode: 0644]