summaryrefslogtreecommitdiff
path: root/package/eglibc/files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-12 05:54:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-12 05:54:51 +0200
commitb3b93b5d6c43789bbd0d4bc5bac2900609ca4087 (patch)
tree716f0b733f29904cb2d84bd1108f58c7b6101b05 /package/eglibc/files
parent4239d26536021619954bca5b67fb03bd48b24c15 (diff)
respect choosen ABI
Diffstat (limited to 'package/eglibc/files')
-rw-r--r--package/eglibc/files/libc.so.mips2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/eglibc/files/libc.so.mips b/package/eglibc/files/libc.so.mips
index 6165d3e9c..9e73ea39c 100644
--- a/package/eglibc/files/libc.so.mips
+++ b/package/eglibc/files/libc.so.mips
@@ -1,5 +1,5 @@
/* GNU ld script
Use the shared library, but some functions are only in
the static library, so try that secondarily. */
- OUTPUT_FORMAT(elf64-tradlittlemips)
+ OUTPUT_FORMAT(@@ELFTARGET@@)
GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld.so.1 ) )