mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 14:42:26 +00:00
1d43ed3151
1.0.18 changed the dependencies for the static libraries, notably in libc/Makefile.in. This resulted in packing a lot of unrelated stuff into libc.a, including (sic!) a nested .a library and stuff from other libraries such as libdl. This results in a failure to statically link with thus created libc.a: .../libc.a(libdl.os):(.literal+0x74): undefined reference to `_dl_tlsdesc_return' This was breaking xtensa-*-uclibc sample. Signed-off-by: Alexey Neyman <stilor@att.net> |
||
---|---|---|
.. | ||
arch | ||
binutils | ||
cc | ||
companion_libs | ||
debug | ||
global | ||
kernel | ||
libc | ||
.gitignore | ||
backend.in | ||
binutils.in | ||
cc.in | ||
companion_libs.in | ||
companion_tools.in | ||
config.in | ||
config.mk | ||
debug.in | ||
global.in | ||
kernel.in | ||
libc.in | ||
target.in | ||
test_suite.in | ||
toolchain.in |