From ad7e9ce59476c2ae4f521b34fb413bd06113e30b Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Fri, 29 May 2009 00:32:38 +0000 Subject: add missing lib git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2899 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/uclib-rootfs/usr/lib/libc.so | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 initramfs/uclib-rootfs/usr/lib/libc.so (limited to 'initramfs/uclib-rootfs/usr') diff --git a/initramfs/uclib-rootfs/usr/lib/libc.so b/initramfs/uclib-rootfs/usr/lib/libc.so new file mode 100755 index 00000000..32a2e3d9 --- /dev/null +++ b/initramfs/uclib-rootfs/usr/lib/libc.so @@ -0,0 +1,5 @@ +/* GNU ld script + * Use the shared library, but some functions are only in + * the static library, so try that secondarily. */ +OUTPUT_FORMAT ( elf32-i386 ) +GROUP ( /usr/lib/uclibc_nonshared.a /lib/libc.so.0 AS_NEEDED ( /lib/ld-uClibc.so.0 ) ) -- cgit v1.2.3-55-g7522