aboutsummaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/4.6-linaro/200-musl.patch
Commit message (Collapse)AuthorAge
* gcc: remove version 4.6, it is no longer neededFelix Fietkau2015-11-10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47443
* toolchain: define MUSL dynamic linker for SPARCFlorian Fainelli2013-09-11
| | | | | | | | | SPARC builds are currently broken because we do not define the MUSL dynamic linker name, fix that. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37938
* toolchain/gcc: refresh patchesFlorian Fainelli2013-02-26
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35808
* toolchain/gcc: fix the mips64 linker path to be more musl conformingFlorian Fainelli2013-01-29
| | | | | | | | 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 patchFlorian Fainelli2013-01-07
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35046
* add preliminary support for muslFlorian Fainelli2012-11-23
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