aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* build: remove remaining references to TOOLCHAIN_JOBS (thx, Sedat Dilek)Felix Fietkau2012-11-081-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34122 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: enable parallel build for uClibc, remove the obsolete ↵Felix Fietkau2012-10-171-0/+2
| | | | | | TOOLCHAIN_PARALLEL config symbol git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33807 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: split the package into the main directory and the headers/ and ↵Felix Fietkau2012-06-301-115/+8
| | | | | | utils/ subdirectories to clean up build order and fix quilt support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32557 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: keep the initial gcc around for later uclibc rebuildsFelix Fietkau2012-06-301-1/+1
| | | | | | | | | | | 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32553 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: update to 0.9.33.2, fixes #4420Felix Fietkau2012-05-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31740 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: remove 0.9.32, it is no longer necessaryFelix Fietkau2012-05-151-13/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31739 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/uClibc]: add 0.9.33Imre Kaloz2012-02-081-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30374 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] if CONFIG_BUILD_NLS is selected, compile uClibc with locale supportJo-Philipp Wich2012-01-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29633 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: update to latest 0.9.32.1 gitFelix Fietkau2011-07-251-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27772 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uclibc: make powerpc e500 support independent of the target name, always use ↵Felix Fietkau2011-06-261-1/+3
| | | | | | it if the spe_fpu feature flag is set git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: update to latest version (rc3 + git changes), contains fixes for ↵Felix Fietkau2011-04-171-2/+2
| | | | | | ipv6 dns issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26703 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only support EABI on ARM targetsImre Kaloz2011-03-071-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25928 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: set the toolchain info at install time instead of prepare time, ↵Felix Fietkau2011-03-011-1/+1
| | | | | | fixes staging dir rebuilds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/uClibc]: upgrade to latest git, refresh patchesImre Kaloz2011-02-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25698 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: remove 0.9.30, 0.9.31Felix Fietkau2011-02-151-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25542 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/uClibc]: upgrade to latest gitImre Kaloz2011-02-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25516 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove the shared object stubs of libnsl and libresolv - let the compiler ↵Felix Fietkau2011-02-131-0/+3
| | | | | | use the static variants instead git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25511 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/uClibc]: update to latest git versionImre Kaloz2011-02-021-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25327 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] uClibc: remove references to $(CONFIG_LARGEFILE)Jo-Philipp Wich2011-01-281-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25209 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: fix version check for 0.9.32Felix Fietkau2011-01-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25189 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/uClibc]: update to latest gitImre Kaloz2011-01-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25082 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/uClibc]: upgrade to latest git snapshotImre Kaloz2011-01-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24889 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/uClibc: sync to latest uClibc-0.9.32Alexandros C. Couloumbis2010-12-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24229 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: add back a few cflags that were being overwritten, might fix a few ↵Felix Fietkau2010-11-241-1/+6
| | | | | | segfauls (thx, framer99) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24120 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: fix headers install on prepare with QUILT=1Felix Fietkau2010-11-221-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24100 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: update 0.9.32 to latest gitFelix Fietkau2010-11-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24073 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain]: remove support for uClibc 0.9.30.2 and 0.9.30.3Imre Kaloz2010-11-021-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23779 3c298f89-4303-0410-b956-a3cf2f4a3e73
* optionally support parallel toolchain build. This defaults to off, because ↵Michael Büsch2010-10-031-1/+1
| | | | | | 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23196 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and ↵Felix Fietkau2010-08-191-8/+6
| | | | | | moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* patch went upstream, so bump git version and remove patch locallyMirko Vogt2010-06-221-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/uClibc: add preliminary support for 0.9.31 (needs testing)Nicolas Thill2010-04-151-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20873 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add support for uClibc 0.9.30.3Florian Fainelli2010-03-131-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] uClibc: enhance debug support (closes: #6118)Nicolas Thill2010-03-071-5/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20031 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/uclibc]: upgrade and fixup support for the uclibc nptl branchImre Kaloz2010-02-261-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19871 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add menuconfig item to enable uClibc debug buildsJo-Philipp Wich2010-02-251-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19860 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add support for uClibc 0.9.30.2Florian Fainelli2010-01-141-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19125 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead ↵Felix Fietkau2009-10-201-0/+1
| | | | | | of using the standard _pic variant git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove support for uclibc 0.9.29Felix Fietkau2009-10-191-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] uClibc: remove absolute path linking to host libraries in ↵Nicolas Thill2009-10-021-9/+9
| | | | | | libpthread.so (closes: #5601) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17814 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uClibc] more cygwin build fixesFlorian Fainelli2009-08-261-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade uclibc-nptl to a recent version - seems to work on xscale with gcc 4.3.3Felix Fietkau2009-05-221-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16004 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix Image Builder building - added missing /bin dir to toolchainJo-Philipp Wich2009-05-071-0/+1
| | | | | | | Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15681 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the uclibc rebuild issue which leads to unresolved symbols in libnl (and ↵Felix Fietkau2009-05-041-1/+2
| | | | | | possibly other libraries) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15599 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] uClibc cleanup:Nicolas Thill2009-04-241-58/+14
| | | | | | | | - use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix uclibc subdirFelix Fietkau2009-03-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15010 3c298f89-4303-0410-b956-a3cf2f4a3e73
* append the correct extraversion to the toolchain's info.mk for uclibc-nptlFelix Fietkau2009-03-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15008 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix uclibc symlink for nptlFelix Fietkau2009-03-241-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add uclibc-nptlFelix Fietkau2009-03-241-6/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15006 3c298f89-4303-0410-b956-a3cf2f4a3e73