/* GNU ld script | |
* Use the shared library, but some functions are only in | |
* the static library, so try that secondarily. */ | |
OUTPUT_FORMAT("elf32-tradlittlemips", "elf32-tradbigmips", | |
"elf32-tradlittlemips") | |
GROUP ( libc.so.0 uclibc_nonshared.a AS_NEEDED ( ld-uClibc.so.0 ) ) | |
GROUP ( AS_NEEDED ( /lib/libubacktrace.so.0 ) ) |