aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* uClibc 0.9.32: fix libm compile for powerpcFelix Fietkau2011-01-161-0/+42
| | | | SVN-Revision: 25013
* add explicit dependencies between gcc prepare stages, fixes source download ↵Jo-Philipp Wich2011-01-121-0/+2
| | | | | | race with make -j (#8596) SVN-Revision: 24969
* upgrade to latest git snapshotImre Kaloz2011-01-033-86/+2
| | | | SVN-Revision: 24889
* cns21xx: add initial support for the Cavium CNS21xx SoCGabor Juhos2010-12-306-3/+83
| | | | SVN-Revision: 24859
* toolchain/gcc: fix r24746Alexandros C. Couloumbis2010-12-213-5/+5
| | | | SVN-Revision: 24751
* add gcc 4.5.2 (replaces 4.5.1)Imre Kaloz2010-12-2112-2/+2
| | | | SVN-Revision: 24746
* fix a compile error with uclibc 0.9.32 and newer kernelsFelix Fietkau2010-12-201-0/+17
| | | | SVN-Revision: 24735
* gcc: fix newer libstdc++ compile issues with uclibc 0.9.32Felix Fietkau2010-12-201-0/+3
| | | | SVN-Revision: 24734
* upgrade the linaro gcc to the 2010.12 releaseImre Kaloz2010-12-141-3/+3
| | | | SVN-Revision: 24563
* add plemininary ultrasparc supportImre Kaloz2010-12-147-0/+33
| | | | SVN-Revision: 24558
* binutils: Fix autoreconf for packages/devel/binutils package, which uses ↵Daniel Dickinson2010-12-121-0/+84
| | | | | | binutils toolchain patches SVN-Revision: 24509
* toolchain/uClibc: apply an upstream 0.9.32 patch (Unwind_Resume calls to go ↵Alexandros C. Couloumbis2010-12-091-0/+67
| | | | | | via PLT to avoid text relocations for PIC) SVN-Revision: 24396
* preliminary support for Freescale MPC85xx based boardsImre Kaloz2010-12-052-0/+13
| | | | SVN-Revision: 24259
* toolchain/uClibc: sync to latest uClibc-0.9.32Alexandros C. Couloumbis2010-12-032-4/+4
| | | | SVN-Revision: 24229
* toolchain/uClibc: push an upstream fixAlexandros C. Couloumbis2010-12-031-0/+1
| | | | SVN-Revision: 24228
* uClibc: add back a few cflags that were being overwritten, might fix a few ↵Felix Fietkau2010-11-241-1/+6
| | | | | | segfauls (thx, framer99) SVN-Revision: 24120
* uClibc: fix ubicom32 compile error with 0.9.32Felix Fietkau2010-11-221-0/+32
| | | | SVN-Revision: 24101
* uClibc: fix headers install on prepare with QUILT=1Felix Fietkau2010-11-221-0/+6
| | | | SVN-Revision: 24100
* uClibc: make UCLIBC_HAS_LONG_DOUBLE_MATH genericFelix Fietkau2010-11-226-5/+1
| | | | SVN-Revision: 24099
* uClibc: fix cris compile on 0.9.32Felix Fietkau2010-11-222-0/+95
| | | | SVN-Revision: 24094
* uClibc: fix compile error on avr32Felix Fietkau2010-11-221-0/+10
| | | | SVN-Revision: 24093
* uClibc: disable nptl on a few targets where it is not supported yetFelix Fietkau2010-11-224-0/+8
| | | | SVN-Revision: 24092
* uClibc: 0.9.32 needs the ldso fix as wellFelix Fietkau2010-11-221-0/+41
| | | | SVN-Revision: 24074
* uClibc: update 0.9.32 to latest gitFelix Fietkau2010-11-229-34/+22
| | | | SVN-Revision: 24073
* toolchain/uClibc: fix upstream patch name on r24029Alexandros C. Couloumbis2010-11-181-0/+0
| | | | SVN-Revision: 24030
* toolchain/uClibc: push some upstream patches for uClibc-0.9.31. should ↵Alexandros C. Couloumbis2010-11-186-0/+197
| | | | | | resolve isses of #8269 SVN-Revision: 24029
* update the linaro gcc to v2010.11-1Imre Kaloz2010-11-101-3/+3
| | | | SVN-Revision: 23940
* uClibc: fix errno access in pthreads (#8166, #8177) Reading errno within ↵Jo-Philipp Wich2010-11-061-0/+18
| | | | | | pthreads always resulted in 0 breaking various programs like transmission and collectd. This patch is not 100% thread safe but it brings back threading into a usable state for now. SVN-Revision: 23905
* ld.so: ldd crashes when __LDSO_SEARCH_INTERP_PATH__ is not #defined Since ↵Jo-Philipp Wich2010-11-051-0/+43
| | | | | | | | | | | | | | | | | b65c7b2c79debcb9017e31913e01eeaa280106fb, the implicit search path can be disabled by not #defining __LDSO_SEARCH_INTERP_PATH__. This causes _dl_ldsopath to never be set, so it remains NULL. _dl_ldsopath is still used when __LDSO_LDD_SUPPORT__ is #defined, to strip the path off of the beginning of the absolute path to the ld.so interpreter in use for printing. The _dl_strlen will crash with a NULL argument. Rather than relying on _dl_ldsopath, this change causes ldd to compute the interpreter's basename directly. glibc ld.so seems to print the full path to the interpreter without any computed basename or =>. I personally prefer glibc's behavior, but to preserve backwards compatibility with uClibc ld.so, the existing format with the computed basename, =>, and full path is used here. This enables simpler (and unchanged) text processing in a pipeline. Signed-off-by: Mark Mentovai <mark at moxienet.com> SVN-Revision: 23892
* use gcc 4.3.5 for avr32Imre Kaloz2010-11-042-4/+2
| | | | SVN-Revision: 23866
* add avr32 support to gcc 4.3.5Imre Kaloz2010-11-0412-3/+22594
| | | | SVN-Revision: 23865
* switch to uClibc 0.9.31Imre Kaloz2010-11-022-2/+2
| | | | SVN-Revision: 23781
* switch to binutils 2.20.1 (except for avr32 and ubicom32)Imre Kaloz2010-11-021-2/+4
| | | | SVN-Revision: 23780
* remove support for uClibc 0.9.30.2 and 0.9.30.3Imre Kaloz2010-11-0262-10621/+0
| | | | SVN-Revision: 23779
* remove unneeded config options, tooImre Kaloz2010-10-292-41/+0
| | | | SVN-Revision: 23706
* fix typoImre Kaloz2010-10-291-1/+1
| | | | SVN-Revision: 23705
* get rid of old gcc versionsImre Kaloz2010-10-2996-99302/+1
| | | | SVN-Revision: 23704
* add support for Linaro GCC 2010.10Imre Kaloz2010-10-2914-0/+9895
| | | | SVN-Revision: 23703
* fix typoImre Kaloz2010-10-281-1/+1
| | | | SVN-Revision: 23695
* sync gcc's Config.in with Config.versionImre Kaloz2010-10-281-8/+5
| | | | SVN-Revision: 23694
* the latest patchlevel gcc releases should work for these targetsImre Kaloz2010-10-281-14/+8
| | | | SVN-Revision: 23693
* fixup gcc version selection for the omap35xx targetImre Kaloz2010-10-281-1/+1
| | | | SVN-Revision: 23692
* we don't support gcc 3.x for some time nowImre Kaloz2010-10-281-3/+0
| | | | SVN-Revision: 23686
* remove support for binutils 2.18 and 2.20Imre Kaloz2010-10-2818-53362/+0
| | | | SVN-Revision: 23685
* gcc 4.4.5 supportImre Kaloz2010-10-0413-0/+9832
| | | | SVN-Revision: 23220
* optionally support parallel toolchain build. This defaults to off, because ↵Michael Büsch2010-10-033-3/+3
| | | | | | 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
* gcc: enable non-PIC for mips targets in gcc 4.4+ to reduce code sizeFelix Fietkau2010-09-201-0/+6
| | | | SVN-Revision: 23103
* gcc: add an updated version of 4.4.1+cs - successfully builds a toolchain ↵Felix Fietkau2010-09-208-69073/+29776
| | | | | | now, please test! SVN-Revision: 23101
* toolchain/gcc: fix -Os recursion on ARMv5 for gcc 4.5.0 & 4.5.1 ↵Alexandros C. Couloumbis2010-09-042-0/+140
| | | | | | (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44392) SVN-Revision: 22899
* add a command for printing a cleaned up make target database - will be used ↵Felix Fietkau2010-09-011-0/+4
| | | | | | to analyze package dependencies at some point SVN-Revision: 22871