diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-03-13 23:43:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-03-13 23:43:02 +0000 |
commit | 9121e41f4629b82bf628456b10ab211f5c1e33aa (patch) | |
tree | 0a2d539b21952992d899925978a55aa110c4e3b6 /libc/sysdeps/linux/common/.cvsignore | |
parent | 94e5ab630be58fa6d008fbfa735492bd6ce2a568 (diff) |
Build our own crti.o and crtn.o with a cross arch method that I
can live with much better the what glibc does.
-Erik
Diffstat (limited to 'libc/sysdeps/linux/common/.cvsignore')
-rw-r--r-- | libc/sysdeps/linux/common/.cvsignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/.cvsignore b/libc/sysdeps/linux/common/.cvsignore new file mode 100644 index 000000000..2afad25b2 --- /dev/null +++ b/libc/sysdeps/linux/common/.cvsignore @@ -0,0 +1,3 @@ +crti.S +crtn.S +initfini.s |