summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* [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
* uClibc 0.9.30.1: fix extra/scripts/unifdef.c like in linux 2.6.28 - nptl ↵nbd2009-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 ↵jow2009-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)florian2009-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 defaultkaloz2009-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.3nbd2009-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 ↵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 portkaloz2009-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 etraxclaudio2009-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 toolchainjow2009-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)nbd2009-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 ↵nbd2009-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.19nbd2009-05-0518-111579/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15619 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the uclibc rebuild issue which leads to unresolved symbols in libnl (and ↵nbd2009-05-042-1/+3
| | | | | | possibly other libraries) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15599 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete gcc version md5sumsnbd2009-05-041-6/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15598 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uclibc 0.9.30: fix isnan declarationnbd2009-05-041-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15589 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uclibc 0.9.29: fix isinf, finite prototypesnbd2009-05-041-0/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15588 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] fix a small bug in binutils 2.19.1juhosg2009-05-011-0/+13
| | | | | | * http://sourceware.org/bugzilla/show_bug.cgi?id=7093 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15538 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] define libc_cv_slibdir, fixes mips64 compilation (#5011)florian2009-04-302-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15526 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Changed default gcc for ps3hcg2009-04-302-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15504 3c298f89-4303-0410-b956-a3cf2f4a3e73