summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc
Commit message (Collapse)AuthorAgeFilesLines
* Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The ↵nbd2009-11-142-0/+97
| | | | | | | | toolchain will zipped and saved under $(TOPDIR)/bin directory. Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: add a config option for using the gcc graphite framework (disabled by ↵nbd2009-11-122-1/+6
| | | | | | default) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18403 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: fix build with cloog/pplnbd2009-11-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18266 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: compile libgcc and libstdc++ with -O2 instead of -Os on power pc to ↵nbd2009-10-271-0/+4
| | | | | | avoid generating references to gpr save/restore functions which cannot yet be resolved at this point git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18177 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] combine the two gcc-4.4.1 selects into a single oneflorian2009-10-251-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18148 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: fix compile on armv4t with the cs toolchainnbd2009-10-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18131 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: fix bug reporting url in newer compiler versionsnbd2009-10-241-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18130 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] get rid of gcc-4.4.0 supportflorian2009-10-2112-9849/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18115 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] refresh toolchain patches, add ubicom32 patch to gcc 4.4.1 and 4.4.2florian2009-10-214-5/+18779
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18114 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add support for gcc-4.4.2, add missing gcc-4.4.1 md5sumflorian2009-10-2112-0/+469
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18113 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark the llvm toolchain as brokennbd2009-10-201-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18105 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix potential inconsistencies in toolchain selection on linux 2.4nbd2009-10-201-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the new 4.3.3+cs toolchain for mips and arm - significantly improves ↵nbd2009-10-202-1/+7
| | | | | | code size on mips and performance on arm git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18094 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: backport libgcc_pic changes to older gcc4 versions, install the libgcc ↵nbd2009-10-207-5/+179
| | | | | | map file as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: create a proper libgcc_pic.a static library for relinking (4.3.3+ for ↵nbd2009-10-195-0/+180
| | | | | | now, backport will follow) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18086 3c298f89-4303-0410-b956-a3cf2f4a3e73
* binutils: add support for non-pic handling and use it in the codesourcery ↵nbd2009-10-191-23/+0
| | | | | | based gcc, fixes mips support for this toolchain git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18070 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: prevent the libgcc configure script from enabling support for the fixed ↵nbd2009-10-191-0/+2
| | | | | | point math extension, as it can bloat up libgcc size to 1.4M on mips git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18066 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: disable mips non-PIC ABI calls in the codesourcery based version by ↵nbd2009-10-191-0/+23
| | | | | | default, as our binutils version does not support it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18064 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-1027-22/+4532
| | | | | | target yet, but gets close) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18019 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] move EABI config option out of GCCnico2009-09-261-9/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17753 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
* 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
* [cosmetic] add comments & fix descriptions in toolchain config itemsnico2009-09-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17561 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
* add a heavily cleaned up version of ubicom32 toolchain supportnbd2009-08-213-0/+9390
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pxcab: Replace TARGET_pxcab with feature powerpc64geoff2009-08-182-2/+0
| | | | | | | 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-182-2/+2
| | | | | | | | | | | | 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
* This patch adds a target for the IBM PowerXCell Accelerator Board.florian2009-07-162-0/+2
| | | | | | | | | | | | | | | | | (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
* add preliminary coldfire v4e supportkaloz2009-06-212-0/+2
| | | | 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
* 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
* 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
* 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 the uclibc rebuild issue which leads to unresolved symbols in libnl (and ↵nbd2009-05-041-0/+1
| | | | | | 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
* Changed default gcc for ps3hcg2009-04-302-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15504 3c298f89-4303-0410-b956-a3cf2f4a3e73
* patch breaks wchar_t-support in libstdc++ since a needless autoconf was ↵mirko2009-04-271-35/+0
| | | | | | disabled (r15345) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15445 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] gcc: fix 4.2.4 ICE on avr32 (see ↵nico2009-04-271-0/+49
| | | | | | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34762) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15434 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] gcc: symlink ./lib64 to ./lib for x86_64 as wellnico2009-04-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: fix a segfault in the mbsd_multi patch for 4.4.0nbd2009-04-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15394 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port the mbsd_multi patch to gcc 4.4.0, refresh the other patchesnbd2009-04-247-32/+295
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add preliminary support for gcc-4.4.0, need to forward port the ↵florian2009-04-2310-2/+171
| | | | | | fhonour-copt patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a modified version of the mips64 patch from #4603nbd2009-04-181-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ps3]: update compiler version defaultshcg2009-04-162-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15230 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Bumped compiler version for PS3hcg2009-03-162-7/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14894 3c298f89-4303-0410-b956-a3cf2f4a3e73