From 9121e41f4629b82bf628456b10ab211f5c1e33aa Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 13 Mar 2002 23:43:02 +0000 Subject: 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 --- libc/sysdeps/linux/common/.cvsignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 libc/sysdeps/linux/common/.cvsignore (limited to 'libc/sysdeps/linux/common/.cvsignore') 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 -- cgit v1.2.3