1
0
This repository has been archived on 2025-01-10. You can view files and clone it, but cannot push or open issues or pull requests.
Anderson Luiz Alves 6b742a5088 stock 104452
2018-11-21 19:14:45 -02:00

7 lines
530 B
Plaintext

/* GNU ld script
* Use the shared library, but some functions are only in
* the static library, so try that secondarily. */
OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips",
"elf32-tradlittlemips")
GROUP ( /export/home/GATEWAY/28Nov17_GVT_VDSL/B14103-GVT-RC2/bewan/build/B14103/uclibc/lib/libc.so.0 /export/home/GATEWAY/28Nov17_GVT_VDSL/B14103-GVT-RC2/bewan/build/B14103/uclibc/lib/uclibc_nonshared.a AS_NEEDED ( /export/home/GATEWAY/28Nov17_GVT_VDSL/B14103-GVT-RC2/bewan/build/B14103/uclibc/lib/ld-uClibc.so.0 ) )