summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* add support for uClibc version 0.9.32 based on git rev ↵Mirko Vogt2010-06-201-3/+3
| | | | | | a7642511b08b0b8a4012bab67cb8aa554992df6b, this includes support for nptl which got merged into the uClibc master branch recently SVN-Revision: 21856
* toolchain/uClibc: add preliminary support for 0.9.31 (needs testing)Nicolas Thill2010-04-151-1/+2
| | | | SVN-Revision: 20873
* add support for uClibc 0.9.30.3Florian Fainelli2010-03-131-0/+1
| | | | SVN-Revision: 20181
* uClibc: enhance debug support (closes: #6118)Nicolas Thill2010-03-071-5/+4
| | | | SVN-Revision: 20031
* upgrade and fixup support for the uclibc nptl branchImre Kaloz2010-02-261-2/+5
| | | | SVN-Revision: 19871
* add menuconfig item to enable uClibc debug buildsJo-Philipp Wich2010-02-251-0/+4
| | | | SVN-Revision: 19860
* add support for uClibc 0.9.30.2Florian Fainelli2010-01-141-0/+1
| | | | SVN-Revision: 19125
* fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead ↵Felix Fietkau2009-10-201-0/+1
| | | | | | of using the standard _pic variant SVN-Revision: 18090
* remove support for uclibc 0.9.29Felix Fietkau2009-10-191-1/+0
| | | | SVN-Revision: 18078
* uClibc: remove absolute path linking to host libraries in libpthread.so ↵Nicolas Thill2009-10-021-9/+9
| | | | | | (closes: #5601) SVN-Revision: 17814
* uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was ↵Felix Fietkau2009-08-291-0/+1
| | | | | | not exported by default. use it instead of libc_pic.a SVN-Revision: 17438
* more cygwin build fixesFlorian Fainelli2009-08-261-2/+2
| | | | SVN-Revision: 17401
* upgrade uclibc-nptl to a recent version - seems to work on xscale with gcc 4.3.3Felix Fietkau2009-05-221-4/+4
| | | | SVN-Revision: 16004
* Fix Image Builder building - added missing /bin dir to toolchain ↵Jo-Philipp Wich2009-05-071-0/+1
| | | | | | Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15681
* fix the uclibc rebuild issue which leads to unresolved symbols in libnl (and ↵Felix Fietkau2009-05-041-1/+2
| | | | | | possibly other libraries) SVN-Revision: 15599
* uClibc cleanup: - use full version string (0.9.30.1), instead of base ↵Nicolas Thill2009-04-241-58/+14
| | | | | | (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) SVN-Revision: 15368
* fix uclibc subdirFelix Fietkau2009-03-241-1/+1
| | | | SVN-Revision: 15010
* append the correct extraversion to the toolchain's info.mk for uclibc-nptlFelix Fietkau2009-03-241-1/+1
| | | | SVN-Revision: 15008
* fix uclibc symlink for nptlFelix Fietkau2009-03-241-4/+4
| | | | SVN-Revision: 15007
* add uclibc-nptlFelix Fietkau2009-03-241-6/+14
| | | | SVN-Revision: 15006
* clean up uClibc config handling - use kconfig.pl to split configs similar to ↵Felix Fietkau2009-03-241-1/+3
| | | | | | how it's done in the kernel SVN-Revision: 15004
* fix $(BUILD_DIR_TOOLCHAIN)/uClibc symlinkFelix Fietkau2009-03-231-1/+1
| | | | SVN-Revision: 15001
* clean up uclibc patch/config version handling a bitFelix Fietkau2009-03-231-26/+8
| | | | SVN-Revision: 14994
* fix stampfile variables for the toolchain build (fixes gcc compile error)Felix Fietkau2009-03-131-2/+2
| | | | SVN-Revision: 14862
* move common variables to a dedicated include fileNicolas Thill2009-02-231-7/+3
| | | | SVN-Revision: 14648
* build system refactoring in preparation for allowing packages to do ↵Felix Fietkau2009-02-221-30/+30
| | | | | | host-build steps SVN-Revision: 14610
* cosmetic & coherency fixesNicolas Thill2009-02-031-3/+1
| | | | SVN-Revision: 14397
* fix uClibc fpu/soft-float selectionNicolas Thill2009-01-211-1/+2
| | | | SVN-Revision: 14141
* add support for uClibc v0.9.30 (closes: #4271), thanks to Luigi Mantellini & ↵Nicolas Thill2009-01-211-1/+8
| | | | | | Puchu! SVN-Revision: 14130
* we have a minimal gcc target compiler since [13931], so use it in uClibc ↵Nicolas Thill2009-01-201-0/+1
| | | | | | headers generation SVN-Revision: 14123
* fix linux headers & source paths at uClibc config stageNicolas Thill2009-01-171-2/+2
| | | | SVN-Revision: 14080
* do not strip uclibcFelix Fietkau2009-01-131-1/+2
| | | | SVN-Revision: 14019
* add support for alternative C libraries (currently only glibc/eglibc) other ↵Nicolas Thill2009-01-081-48/+42
| | | | | | (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) SVN-Revision: 13931
* indent conditionnals in uClibc MakefileNicolas Thill2008-11-081-21/+21
| | | | SVN-Revision: 13144
* Fix locations for the uClibc snapshot version (#4065)Florian Fainelli2008-10-281-1/+12
| | | | SVN-Revision: 13067
* disable autorebuild for the toolchain, as it can easily lead to build breakagesFelix Fietkau2008-09-021-0/+1
| | | | SVN-Revision: 12492
* make libc.so symlink relative instead of absolute (#3878)Felix Fietkau2008-08-171-1/+1
| | | | SVN-Revision: 12333
* uClibc for x86 targets and kernels >= 2.6.24 need to copy the right include ↵Florian Fainelli2008-07-211-0/+7
| | | | | | files, remove this when there are no 2.6.23 left SVN-Revision: 11893
* use qstrip macro to strip quoted CONFIG_* stringsNicolas Thill2008-07-141-3/+3
| | | | SVN-Revision: 11832
* fix typoImre Kaloz2008-04-031-1/+1
| | | | SVN-Revision: 10718
* fix uclibc build on osxFelix Fietkau2008-03-091-0/+1
| | | | SVN-Revision: 10578
* fix md5sum for v0.28.2 (closes: #3159)Nicolas Thill2008-02-191-1/+1
| | | | SVN-Revision: 10498
* add missing config change for OABIFelix Fietkau2008-02-141-0/+2
| | | | SVN-Revision: 10459
* add uClibc version 0.9.28.2, 0.9.28.3 and snapshots for development purpose ↵Ralph Hempel2008-01-271-6/+57
| | | | | | (and already deployed evaluation boards) the version 0.9.29 is still the default version SVN-Revision: 10282
* uClibc: restore support of shadow passwords, but make it configurableGabor Juhos2008-01-261-2/+3
| | | | SVN-Revision: 10276
* unconditionally enable c99 math support in uclibc - many packages need itFelix Fietkau2007-12-291-1/+0
| | | | SVN-Revision: 10024
* upgrade to uClibc 0.9.29 - break binary compatibility #1Imre Kaloz2007-12-281-5/+26
| | | | SVN-Revision: 10010
* fixup softfloat handlingImre Kaloz2007-12-281-1/+1
| | | | SVN-Revision: 10003
* hopefully fix occasional uClibc/gcc build failuresFelix Fietkau2007-12-131-4/+5
| | | | SVN-Revision: 9717
* fix a few stampfile locationsFelix Fietkau2007-11-201-2/+2
| | | | SVN-Revision: 9587