Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | toolchain/gcc: fix the mips64 linker path to be more musl conforming | Florian Fainelli | 2013-01-29 | 1 | -3/+3 |
| | | | | | | | | musl libc does not use /lib32 or /lib64 directories, just /lib Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35406 | ||||
* | gcc: fix build for MIPS64 targets introduced by musl patch | Florian Fainelli | 2013-01-07 | 1 | -0/+14 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35046 | ||||
* | add preliminary support for musl | Florian Fainelli | 2012-11-23 | 1 | -0/+336 |
Musl is an alternative C-library, see http://www.musl-libc.org for more infos. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34314 |