diff options
author | Chris Packham <judge.packham@gmail.com> | 2021-04-14 22:11:35 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2021-04-14 22:11:35 +1200 |
commit | d95d0497db9a26da864a38f5b2ddea02d241b366 (patch) | |
tree | 00ad931a551e6b2fb50abe56f964ef7ddd7f9a9c /packages/glibc | |
parent | f582f1c22d4e79edb15f14c1cc282cc7cc77f241 (diff) | |
download | crosstool-ng-d95d0497db9a26da864a38f5b2ddea02d241b366.tar.gz crosstool-ng-d95d0497db9a26da864a38f5b2ddea02d241b366.tar.bz2 crosstool-ng-d95d0497db9a26da864a38f5b2ddea02d241b366.zip |
ltrace: Add patch to fix compile error for mips
Newer versions of GCC complain:
plt.c: In function 'arch_elf_add_plt_entry':
plt.c:359:3: error: '%s' directive argument is null [-Werror=format-overflow=]
359 | fprintf(stderr, "%s: failed %s(%#llx): %sn", __func__,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
360 | name, addr, strerror(errno));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
add a patch to avoid this error.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'packages/glibc')
0 files changed, 0 insertions, 0 deletions