Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert the rest of packages to new framework | Alexey Neyman | 2017-07-08 | 1 | -34/+0 |
| | | | | Signed-off-by: Alexey Neyman <stilor@att.net> | ||||
* | Fix xtensa static link. | Alexey Neyman | 2016-12-09 | 1 | -0/+34 |
uClibc-ng 1.0.20 fixed static linking with "libdl" by adding all libdl functions into the libc. On xtensa, though, libdl contains an unresolved reference that is satisfied by the ld.so - which is not a part of the linking in a static case. Signed-off-by: Alexey Neyman <stilor@att.net> |