summaryrefslogtreecommitdiffstats
path: root/initramfs/uclib-rootfs.old/usr/lib/libc.so
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-22 14:21:26 +0200
committerDirk von Suchodoletz2010-08-22 14:21:26 +0200
commit0d859b060f528e1e6e4ba7d51d0315642928fc84 (patch)
tree9b7c15d5b4ce02036f6540eee147dce973e8c5ca /initramfs/uclib-rootfs.old/usr/lib/libc.so
parentAdding new hwinfo to the several distro descriptions ... (diff)
downloadcore-0d859b060f528e1e6e4ba7d51d0315642928fc84.tar.gz
core-0d859b060f528e1e6e4ba7d51d0315642928fc84.tar.xz
core-0d859b060f528e1e6e4ba7d51d0315642928fc84.zip
Keeping the old uclib stuff for a while ...
Diffstat (limited to 'initramfs/uclib-rootfs.old/usr/lib/libc.so')
-rwxr-xr-xinitramfs/uclib-rootfs.old/usr/lib/libc.so5
1 files changed, 5 insertions, 0 deletions
diff --git a/initramfs/uclib-rootfs.old/usr/lib/libc.so b/initramfs/uclib-rootfs.old/usr/lib/libc.so
new file mode 100755
index 00000000..32a2e3d9
--- /dev/null
+++ b/initramfs/uclib-rootfs.old/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 ) )