• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/lib/
1/* 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", "elf32-bigarm",
5	      "elf32-littlearm")
6GROUP ( /lib/libc.so.0 /usr/lib/uclibc_nonshared.a AS_NEEDED ( /lib/ld-uClibc.so.0 ) )
7