Home | History | Annotate | Download | only in x86_64-linux-glibc2.11-4.8

Lines Matching refs:LIB

1327 # referencing /lib and /usr/lib. Do the same for libpthread.so
1331 sed -i -e "s! /lib/! !g" -e "s! /usr/lib/! !g" $1
1372 # Copy the content of $BUILD_DIR/lib to $(sysroot_dir)/usr/lib
1373 copy_directory $ORG_SYSROOT_DIR/i386/lib $(sysroot_dir)/usr/lib32
1374 copy_directory $ORG_SYSROOT_DIR/i386/usr/lib $(sysroot_dir)/usr/lib32
1377 copy_directory $ORG_SYSROOT_DIR/amd64/lib $(sysroot_dir)/usr/lib
1378 copy_directory $ORG_SYSROOT_DIR/amd64/usr/lib $(sysroot_dir)/usr/lib
1381 for LIB in lib lib32; do
1382 # We need to fix the symlink like librt.so -> /lib/librt.so.1
1383 # in $(sysroot_dir)/usr/$LIB, they should point to librt.so.1 instead now.
1384 SYMLINKS=$(find_symlinks_in $(sysroot_dir)/usr/$LIB)
1385 cd $(sysroot_dir)/usr/$LIB
1387 # convert /lib/libfoo.so.<n> into 'libfoo.so.<n>' for the target
1389 local DST2=${DST##/lib/}
1395 patch_library $(sysroot_dir)/usr/$LIB/libc.so
1396 patch_library $(sysroot_dir)/usr/$LIB/libpthread.so