blob: 714bcfe4be39f97e84f5fdee72553d2fca773390 [file] [log] [blame]
Brianfe6839e2017-01-04 22:16:07 -08001/* GNU ld script
2 Use the shared library, but some functions are only in
3 the static library, so try that secondarily. */
4OUTPUT_FORMAT(elf32-littlearm)
5GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux.so.3 ) )