aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
...
* [toolchain] eglibc: add support for 2.10 branchNicolas Thill2009-09-264-0/+69
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17748 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cosmetic] and fix another typo, still in eglibc configuration fileNicolas Thill2009-09-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cosmetic] fix typo in eglibc configuration fileNicolas Thill2009-09-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17746 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] eglibc: update svn revisionsNicolas Thill2009-09-262-3/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17744 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [octeon] switch to gcc-4.4.1 and enabled octeon specific optimizationsFlorian Fainelli2009-09-262-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17743 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] Do not save variables in hi or lo across system calls, fixes ↵Florian Fainelli2009-09-261-0/+30
| | | | | | issues with gcc-4.4 (#5351) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17742 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: fix a linker error in 4.3.3 and 4.3.4 that is triggered by including an ↵Felix Fietkau2009-09-252-0/+22
| | | | | | object in a linking process which is already part of libbackend.a git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17718 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add external toolchain support, enhance native toolchain support ↵Nicolas Thill2009-09-232-10/+86
| | | | | | (special thanks to Luigi Mantellini for his help... and patience ;) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17682 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cosmetic] add comments & fix descriptions in toolchain config itemsNicolas Thill2009-09-103-4/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17561 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prepare for upcoming external toolchain support: move config items not ↵Nicolas Thill2009-09-101-34/+0
| | | | | | strictly toolchain related out of the toolchain submenu git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17560 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wrong description for CONFIG_SSPNicolas Thill2009-09-091-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17550 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-262-7/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a heavily cleaned up version of ubicom32 toolchain supportFelix Fietkau2009-08-219-0/+77532
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pxcab: Replace TARGET_pxcab with feature powerpc64Geoff Levand2009-08-183-5/+3
| | | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* powerpc: Create a powerpc64 config featureGeoff Levand2009-08-183-5/+5
| | | | | | | | | | | | The config symbol TARGET_ps3 is used in the build files where special handling for the 64 bit PowerPC processors is needed. Introduce a new config feature powerpc64, and replace the use of TARGET_ps3 with powerpc64. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17306 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add gcc 4.3.4Imre Kaloz2009-08-0715-0/+700
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17165 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add support for gcc-4.4.1 (#5580)Florian Fainelli2009-08-0710-1/+426
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17161 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] disable warnings as error in the gdb configuration (#5602)Florian Fainelli2009-07-311-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17064 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use binutils 2.19.1 on ppc44x, tooImre Kaloz2009-07-281-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17035 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add the insight gdb frontend (#4701)Florian Fainelli2009-07-264-1/+94
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17019 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] binutils: use 2.19.1 for ppc40x by defaultGabor Juhos2009-07-191-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16916 3c298f89-4303-0410-b956-a3cf2f4a3e73
* This patch adds a target for the IBM PowerXCell Accelerator Board.Florian Fainelli2009-07-163-3/+5
| | | | | | | | | | | | | | | | | (aka mvXCell-8i from MatrixVision or GigaAccel 180 from Fixstars) http://us.fixstars.com/products/gigaaccel/ This build will create zImage suitable for TFTP boot image. * v2 - add axonram device driver - switch to 2.6.30.1 Signed-off-by: Akinobu Mita <mita@fixstars.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16860 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] binutils: fix build failure on powerpc targetGabor Juhos2009-07-141-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the toolchain_install stampfile to the right place to fix spurious ↵Felix Fietkau2009-07-111-1/+1
| | | | | | missing toolchain errors after cleaning stuff git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16776 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] uClibc: fix build error on ARM targets (closes #5473)Gabor Juhos2009-07-071-24/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16735 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a config option to select the binary stripping method to use (between ↵Nicolas Thill2009-07-071-2/+0
| | | | | | none, strip & sstrip) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16728 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uclibc] add more gcc-4.4 patches from uclibc's mailing-listFlorian Fainelli2009-07-061-0/+902
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16720 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [etrax] install headers, fix foxboard-utilsClaudio Mignanti2009-07-031-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16661 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] enable software floating point emulation by default for mips and ↵Florian Fainelli2009-06-281-1/+1
| | | | | | mipsel targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing patch from the uclibc buildrootImre Kaloz2009-06-231-0/+371
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16541 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary coldfire v4e supportImre Kaloz2009-06-214-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16538 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] disable tls for stdlibc++. fixes c++ inside a gcc-4.4.0Lars-Peter Clausen2009-06-051-0/+1
| | | | | | | toolchain. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] uClibc-0.9.30.1: fix possible NULL pointer dereference (closes ↵Gabor Juhos2009-06-031-0/+11
| | | | | | #5242) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16304 3c298f89-4303-0410-b956-a3cf2f4a3e73
* now that the gemini target is working, get rid of the obsolete and buggy ↵Imre Kaloz2009-06-011-1/+1
| | | | | | storm target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16274 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: bsd supports the same floating point classification functions as ↵Felix Fietkau2009-05-292-0/+18
| | | | | | c99, fixes inetd git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16172 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: add a wrapper for the missing finite() functionFelix Fietkau2009-05-292-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16170 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uClibc 0.9.29 0.9.30.1] Add the missing 5th arg to the ppoll syscall.Hamish Guthrie2009-05-292-0/+77
| | | | | | | | Fixes the uclibc error that ppoll returns -EINVAL. Thanks to Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16166 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc 0.9.30.1: fix extra/scripts/unifdef.c like in linux 2.6.28 - nptl ↵Felix Fietkau2009-05-281-0/+29
| | | | | | does not need this fix, because the problem was fixed upstream already git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16140 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] enable UCLIBC_SUPPORT_AI_ADDRCONFIG in common uclibc 0.9.30.1 ↵Jo-Philipp Wich2009-05-271-1/+1
| | | | | | config, this will restore support for getifaddrs() and fix compilation of lldpd and possibly others git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16108 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add support for glibc-2.4 (#5213)Florian Fainelli2009-05-264-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make uclibc 0.9.30.1 the defaultImre Kaloz2009-05-252-6/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16047 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
* disable EABI for gemini and storm -- our toolchain can't support EABI on ↵Imre Kaloz2009-05-181-0/+1
| | | | | | plain armv4, yet git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15914 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary support for the successor of the storm portImre Kaloz2009-05-113-0/+77
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15772 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Gcc 4.3.3 default for etraxClaudio Mignanti2009-05-092-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15742 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
* uclibc 0.9.30.1: add c99 long double math fix from gentoo (thx, ralph)Felix Fietkau2009-05-071-0/+474
| | | | | | fixes compile error on powerpc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15670 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc 0.9.30*: add a separate config file for brcm-2.4, since linux 2.4 ↵Felix Fietkau2009-05-062-0/+36
| | | | | | module loading support is optional in this version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15644 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove binutils 2.17 and 2.19Felix Fietkau2009-05-0518-111579/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15619 3c298f89-4303-0410-b956-a3cf2f4a3e73