linuxOS_AP05/debian/ubuntu-build-service/buster-base-armhf/chroot/usr/lib/arm-linux-gnueabihf/libc.so

6 lines
309 B
Plaintext
Raw Normal View History

2025-09-26 01:40:02 +00:00
/* GNU ld script
Use the shared library, but some functions are only in
the static library, so try that secondarily. */
OUTPUT_FORMAT(elf32-littlearm)
GROUP ( /lib/arm-linux-gnueabihf/libc.so.6 /usr/lib/arm-linux-gnueabihf/libc_nonshared.a AS_NEEDED ( /lib/arm-linux-gnueabihf/ld-linux-armhf.so.3 ) )