summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* add a binutils variant based on a binutils snapshot and codesourcery g++ ↵nbd2009-10-198-3/+32499
| | | | | | enhancements (compiles, but fails to link the kernel) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18060 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a gcc variant based on gcc 4.3.3 with codesourcery enhancementsnbd2009-10-1916-6/+58101
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18059 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] cris: fix ICE PR26515 (#3723)claudio2009-10-121-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18042 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] gcc: fix 4.1.2 ICE on mips (see ↵nico2009-10-111-0/+54
| | | | | | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33256) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18029 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: add llvm-gcc and llvm from trunk (does not successfully compile a ↵nbd2009-10-1032-22/+4627
| | | | | | target yet, but gets close) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18019 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: add copysign, copysignf, copysignl for i386nbd2009-10-101-0/+96
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18017 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: fix strrchr on i386nbd2009-10-101-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18016 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cobalt] optimize binaries for the rm5200 cpu present on cobalt, do not use ↵florian2009-10-071-0/+17
| | | | | | the mips32 isa git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17980 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [etrax] dump 2.6.25 supportclaudio2009-10-021-34/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17816 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] uClibc: remove absolute path linking to host libraries in ↵nico2009-10-021-9/+9
| | | | | | libpthread.so (closes: #5601) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17814 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] move EABI config option out of GCCnico2009-09-262-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] eglibc: use 'select' instead of 'depends' for configuration ↵nico2009-09-261-13/+14
| | | | | | options, add dependencies for features avalaible in 2.8 or later git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17751 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] eglibc: add support for 2.10 branchnico2009-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 filenico2009-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 filenico2009-09-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17746 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] eglibc: update svn revisionsnico2009-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 optimizationsflorian2009-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 ↵florian2009-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 ↵nbd2009-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 ↵nico2009-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 itemsnico2009-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 ↵nico2009-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_SSPnico2009-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 ↵nbd2009-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 fixesflorian2009-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 supportnbd2009-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 powerpc64geoff2009-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 featuregeoff2009-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.4kaloz2009-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)florian2009-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)florian2009-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, tookaloz2009-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)florian2009-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 defaultjuhosg2009-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.florian2009-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 targetjuhosg2009-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 ↵nbd2009-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)juhosg2009-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 ↵nico2009-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-listflorian2009-07-061-0/+902
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16720 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [etrax] install headers, fix foxboard-utilsclaudio2009-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 ↵florian2009-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 buildrootkaloz2009-06-231-0/+371
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16541 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary coldfire v4e supportkaloz2009-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.0lars2009-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 ↵juhosg2009-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 ↵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 ↵nbd2009-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() functionnbd2009-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.hcg2009-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