summaryrefslogtreecommitdiffstats
path: root/src/initramfs/uclib-rootfs.old/usr/lib/libz.so
blob: 97779630538627dceaff212f5e7699c38b141207 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* GNU ld script
   Since Gentoo has critical dynamic libraries in /lib, and the static versions
   in /usr/lib, we need to have a "fake" dynamic lib in /usr/lib, otherwise we
   run into linking problems.  This "fake" dynamic lib is a linker script that
   redirects the linker to the real lib.  And yes, this works in the cross-
   compiling scenario as the sysroot-ed linker will prepend the real path.

   See bug http://bugs.gentoo.org/4411 for more info.
 */
OUTPUT_FORMAT ( elf32-i386 )
GROUP ( /lib/libz.so )