aboutsummaryrefslogtreecommitdiff
path: root/package/toolchain
Commit message (Collapse)AuthorAge
* packages: clean up the package folderJohn Crispin2013-06-21
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
* toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ ↵Felix Fietkau2013-05-09
| | | | | | | | support mandatory - fixes recursive config symbol dependency issues Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36594
* build: consistently use 'depends on' instead of 'depends'Felix Fietkau2013-04-17
| | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351
* toolchain: mark unavailable packages for musl libcFlorian Fainelli2013-02-26
| | | | | | | | And make librt be an empty stub for musl libc. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35810
* toolchain: fix libpthread package for musl based toolchains (#12651)Florian Fainelli2013-01-09
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35069
* 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
* libthread-db: fix libthread_db.so installation.Florian Fainelli2012-11-21
| | | | | | | | | libthread_db.so.$(LIBC_SO_VERSION) is only valid for uClibc, (e)glibc just provides libthread_db.so.1. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34292
* toolchain: add a package for libthread_dbFelix Fietkau2012-10-29
| | | | SVN-Revision: 33999
* add myself as a maintainer for a few more packagesFelix Fietkau2012-10-10
| | | | SVN-Revision: 33693
* toolchain: fix libgcc and libgfortran packages for avr32 and coldfireJo-Philipp Wich2012-07-17
| | | | SVN-Revision: 32772
* toolchain: Fix typo in libssp configVasilis Tsiligiannis2012-07-15
| | | | SVN-Revision: 32723
* toolchain: move eglibc-files from base-files to toolchain, it is packaged as ↵Felix Fietkau2012-06-20
| | | | | | part of the libc package SVN-Revision: 32467
* toolchain: remove target dependencies on libgcc/libgfortran, add checks to ↵Felix Fietkau2012-06-10
| | | | | | package install template instead SVN-Revision: 32176
* toolchain: fix libc dependency on libgccFelix Fietkau2012-06-10
| | | | SVN-Revision: 32170
* base-files: move all toolchain packages to a separate package directory ↵Felix Fietkau2012-06-10
'toolchain' SVN-Revision: 32169