Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | toolchain/uclibc: Bump version to 1.0.22 | Alexey Brodkin | 2017-02-11 |
| | | | | | | | | | | | | | | Important change was made in 1.0.18: all sub-libs were merged in one and only libc similarly to musl. See [1] for more details. To support that we had to remove refences to those sub-libs like libpthread, libcrypt, libdl, libm, libutil etc. [1] http://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/commit/?id=29ff9055c80efe77a7130767a9fcb3ab8c67e8ce Signed-off-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com> | ||
* | build: remove remaining references to TOOLCHAIN_JOBS (thx, Sedat Dilek) | Felix Fietkau | 2012-11-08 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34122 | ||
* | toolchain: enable parallel build for uClibc, remove the obsolete ↵ | Felix Fietkau | 2012-10-17 |
| | | | | | | TOOLCHAIN_PARALLEL config symbol SVN-Revision: 33807 | ||
* | uClibc: split the package into the main directory and the headers/ and ↵ | Felix Fietkau | 2012-06-30 |
| | | | | | | utils/ subdirectories to clean up build order and fix quilt support SVN-Revision: 32557 | ||
* | toolchain: keep the initial gcc around for later uclibc rebuilds | Felix Fietkau | 2012-06-30 |
| | | | | | | | | | | | testing uclibc changes is tricky because the final gcc tends to miscompile uclibc code or barf up internal compiler errors. install binutils into $(TOOLCHAIN_DIR)/initial (without changing the configure prefix) and copy it from there to $(TOOLCHAIN_DIR)/ so that the initial gcc can be put into $(PATH) for the uclibc build, even if the final gcc is already installed. SVN-Revision: 32553 | ||
* | uClibc: update to 0.9.33.2, fixes #4420 | Felix Fietkau | 2012-05-15 |
| | | | | SVN-Revision: 31740 | ||
* | uClibc: remove 0.9.32, it is no longer necessary | Felix Fietkau | 2012-05-15 |
| | | | | SVN-Revision: 31739 | ||
* | add 0.9.33 | Imre Kaloz | 2012-02-08 |
| | | | | SVN-Revision: 30374 | ||
* | if CONFIG_BUILD_NLS is selected, compile uClibc with locale support | Jo-Philipp Wich | 2012-01-01 |
| | | | | SVN-Revision: 29633 | ||
* | uClibc: update to latest 0.9.32.1 git | Felix Fietkau | 2011-07-25 |
| | | | | SVN-Revision: 27772 | ||
* | uclibc: make powerpc e500 support independent of the target name, always use ↵ | Felix Fietkau | 2011-06-26 |
| | | | | | | it if the spe_fpu feature flag is set SVN-Revision: 27289 | ||
* | uClibc: update to latest version (rc3 + git changes), contains fixes for ↵ | Felix Fietkau | 2011-04-17 |
| | | | | | | ipv6 dns issues SVN-Revision: 26703 | ||
* | only support EABI on ARM targets | Imre Kaloz | 2011-03-07 |
| | | | | SVN-Revision: 25928 | ||
* | uClibc: set the toolchain info at install time instead of prepare time, ↵ | Felix Fietkau | 2011-03-01 |
| | | | | | | fixes staging dir rebuilds SVN-Revision: 25803 | ||
* | upgrade to latest git, refresh patches | Imre Kaloz | 2011-02-24 |
| | | | | SVN-Revision: 25698 | ||
* | uClibc: remove 0.9.30, 0.9.31 | Felix Fietkau | 2011-02-15 |
| | | | | SVN-Revision: 25542 | ||
* | upgrade to latest git | Imre Kaloz | 2011-02-13 |
| | | | | SVN-Revision: 25516 | ||
* | remove the shared object stubs of libnsl and libresolv - let the compiler ↵ | Felix Fietkau | 2011-02-13 |
| | | | | | | use the static variants instead SVN-Revision: 25511 | ||
* | update to latest git version | Imre Kaloz | 2011-02-02 |
| | | | | SVN-Revision: 25327 | ||
* | uClibc: remove references to $(CONFIG_LARGEFILE) | Jo-Philipp Wich | 2011-01-28 |
| | | | | SVN-Revision: 25209 | ||
* | uClibc: fix version check for 0.9.32 | Felix Fietkau | 2011-01-28 |
| | | | | SVN-Revision: 25189 | ||
* | update to latest git | Imre Kaloz | 2011-01-24 |
| | | | | SVN-Revision: 25082 | ||
* | upgrade to latest git snapshot | Imre Kaloz | 2011-01-03 |
| | | | | SVN-Revision: 24889 | ||
* | toolchain/uClibc: sync to latest uClibc-0.9.32 | Alexandros C. Couloumbis | 2010-12-03 |
| | | | | SVN-Revision: 24229 | ||
* | uClibc: add back a few cflags that were being overwritten, might fix a few ↵ | Felix Fietkau | 2010-11-24 |
| | | | | | | segfauls (thx, framer99) SVN-Revision: 24120 | ||
* | uClibc: fix headers install on prepare with QUILT=1 | Felix Fietkau | 2010-11-22 |
| | | | | SVN-Revision: 24100 | ||
* | uClibc: update 0.9.32 to latest git | Felix Fietkau | 2010-11-22 |
| | | | | SVN-Revision: 24073 | ||
* | remove support for uClibc 0.9.30.2 and 0.9.30.3 | Imre Kaloz | 2010-11-02 |
| | | | | SVN-Revision: 23779 | ||
* | optionally support parallel toolchain build. This defaults to off, because ↵ | Michael Büsch | 2010-10-03 |
| | | | | | | certain toolchain versions are known to break on parallel build. However, it significantly speeds up the build and latest versions of the tools do compile fine. SVN-Revision: 23196 | ||
* | toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and ↵ | Felix Fietkau | 2010-08-19 |
| | | | | | | moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK SVN-Revision: 22723 | ||
* | patch went upstream, so bump git version and remove patch locally | Mirko Vogt | 2010-06-22 |
| | | | | SVN-Revision: 21881 | ||
* | add support for uClibc version 0.9.32 based on git rev ↵ | Mirko Vogt | 2010-06-20 |
| | | | | | | 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 Thill | 2010-04-15 |
| | | | | SVN-Revision: 20873 | ||
* | add support for uClibc 0.9.30.3 | Florian Fainelli | 2010-03-13 |
| | | | | SVN-Revision: 20181 | ||
* | uClibc: enhance debug support (closes: #6118) | Nicolas Thill | 2010-03-07 |
| | | | | SVN-Revision: 20031 | ||
* | upgrade and fixup support for the uclibc nptl branch | Imre Kaloz | 2010-02-26 |
| | | | | SVN-Revision: 19871 | ||
* | add menuconfig item to enable uClibc debug builds | Jo-Philipp Wich | 2010-02-25 |
| | | | | SVN-Revision: 19860 | ||
* | add support for uClibc 0.9.30.2 | Florian Fainelli | 2010-01-14 |
| | | | | SVN-Revision: 19125 | ||
* | fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead ↵ | Felix Fietkau | 2009-10-20 |
| | | | | | | of using the standard _pic variant SVN-Revision: 18090 | ||
* | remove support for uclibc 0.9.29 | Felix Fietkau | 2009-10-19 |
| | | | | SVN-Revision: 18078 | ||
* | uClibc: remove absolute path linking to host libraries in libpthread.so ↵ | Nicolas Thill | 2009-10-02 |
| | | | | | | (closes: #5601) SVN-Revision: 17814 | ||
* | uclibc: to rebuild libc.so.0, mklibs.py needs access to libc_so.a which was ↵ | Felix Fietkau | 2009-08-29 |
| | | | | | | not exported by default. use it instead of libc_pic.a SVN-Revision: 17438 | ||
* | more cygwin build fixes | Florian Fainelli | 2009-08-26 |
| | | | | SVN-Revision: 17401 | ||
* | upgrade uclibc-nptl to a recent version - seems to work on xscale with gcc 4.3.3 | Felix Fietkau | 2009-05-22 |
| | | | | SVN-Revision: 16004 | ||
* | Fix Image Builder building - added missing /bin dir to toolchain ↵ | Jo-Philipp Wich | 2009-05-07 |
| | | | | | | 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 Fietkau | 2009-05-04 |
| | | | | | | possibly other libraries) SVN-Revision: 15599 | ||
* | uClibc cleanup: - use full version string (0.9.30.1), instead of base ↵ | Nicolas Thill | 2009-04-24 |
| | | | | | | (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 subdir | Felix Fietkau | 2009-03-24 |
| | | | | SVN-Revision: 15010 | ||
* | append the correct extraversion to the toolchain's info.mk for uclibc-nptl | Felix Fietkau | 2009-03-24 |
| | | | | SVN-Revision: 15008 | ||
* | fix uclibc symlink for nptl | Felix Fietkau | 2009-03-24 |
| | | | | SVN-Revision: 15007 |