summaryrefslogtreecommitdiffstats
path: root/initramfs/uclib-rootfs/usr/lib/libcurses.so
blob: 6126685c8de02c1f5ffde4b83bda4ca35823358d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* 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.

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