summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc
Commit message (Collapse)AuthorAgeFilesLines
* fix a few stampfile locationsnbd2007-11-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9587 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add gcc 4.2.2kaloz2007-10-2520-0/+4359
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9443 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openwrt: honour gcc extra configuration flagsnbd2007-10-231-0/+2
| | | | | | | | | | | | Although the CONFIG_EXTRA_GCC_OPTIONS flag is available, it isn't used anywhere. This change adds the extra flag to both gcc configure stages. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9406 3c298f89-4303-0410-b956-a3cf2f4a3e73
* changed the -fhonours-copts gcc patch, such that the function needs to be ↵blogic2007-10-074-4/+4
| | | | | | turned on explicitly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9167 3c298f89-4303-0410-b956-a3cf2f4a3e73
* major target cleanup. it is now possible to have subtargets that can ↵nbd2007-09-081-1/+1
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo (closes: #2275)nico2007-08-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8492 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Disable multilib by defaultflorian2007-08-231-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8471 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the stage2 compilation, no side effect with gcc4 (#2190)florian2007-08-131-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8409 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rdc can be built with gcc4 as well, my mistakeflorian2007-08-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8379 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system cleanup/restructuring as described in ↵nbd2007-08-071-33/+34
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rdc-2.6 must be built with gcc-3.4.6, if not it will not boot at allflorian2007-08-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Allow installing gcj/gnu classpath,for those interestedflorian2007-08-041-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Port the mbsd_multi patch from freewrt, which adds -fhonour-copts. This will ↵nbd2007-07-314-0/+1175
| | | | | | emit warnings in packages that don't use our target cflags properly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8256 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the gcc stampfile for initial stage installationnbd2007-07-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8250 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add gcc 4.2.1kaloz2007-07-3018-1/+4041
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8223 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update magicbox target to 2.6.22-rc6, select gcc 4.2.0 as default for this ↵nbd2007-06-282-8/+4
| | | | | | target (4.1.2 segfaults at compile time) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7762 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix gcc 4.2.0 compile for ppcnbd2007-06-282-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7761 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace gcc 4.2 snapshot with 4.2.0 release (sync patches with uclibc ↵nbd2007-06-2819-30/+254
| | | | | | buildroot), adjust gcc makefile for PATCH_DIR changes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for the AVR32 platform, namely the ATNGW100 board - joint work ↵kaloz2007-06-081-0/+19726
| | | | | | with wigyori git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* we don't need libmudflap at allkaloz2007-06-081-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Nuke lots of obsolete compiler versionsnbd2007-03-2865-28539/+2
| | | | | | | | Make gcc4 depend on !LINUX_2_4 - I'm getting sick of seeing people complain about compile errors when trying to build brcm-2.4 with it. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6744 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix gcc version selectionkaloz2007-03-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6556 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Changed default compiler for 2.6 kernels to 4.1.2hcg2007-03-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6539 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add gcc 4.1.2 (closes #1381)kaloz2007-02-2213-0/+4051
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6343 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix gcc version selectionnbd2007-01-262-4/+2
| | | | | | | | - default version for linux 2.4 broken in r6208 - brcm-2.6 needs an older compiler at least on wgt634u (don't ask me why...) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6209 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use gcc 4.1.1 for 2.6, 3.4.6 for 2.4 targets by defaultkaloz2007-01-262-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6208 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert gcc to 4.1.1 for x86 to fix uclibc++ build (closes: #1056, #1202)nico2007-01-231-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the gcc 4.2 snapshot in x86-2.6 by default - seems to work better than 4.1.1nbd2006-12-071-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5706 3c298f89-4303-0410-b956-a3cf2f4a3e73
* default to gcc 4.1.1 for the rb532 againnbd2006-12-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5700 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix locale stuff (and there was much rejoicing)kaloz2006-11-281-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5671 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a gcc 4.2 snapshotnbd2006-11-2315-3/+3819
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5625 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Port the locale changes to the other gcc versions as wellflorian2006-11-217-14/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5608 3c298f89-4303-0410-b956-a3cf2f4a3e73
* switch rb532 to the old gcc again. 4.1.1 is suddenly causing trouble...nbd2006-11-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Forgot that part (#926)florian2006-11-211-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5599 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix gcc config_largefile (#926)florian2006-11-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5598 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix gcc compilenbd2006-11-121-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5511 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more shell related fixesnbd2006-11-121-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5509 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename the xscale target to ixp4xx for the forthcoming iop target, add gcc ↵kaloz2006-10-271-3/+1
| | | | | | 4.1 patch for arm git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5310 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use gcc 4.1.1 for rb532 by defaultnbd2006-10-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5291 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix gcc compilenbd2006-10-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable gcc 4.1.1 by default in x86-2.6 (verified on wrap board)nbd2006-10-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4989 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move tools from toolchain/ to tools/nbd2006-09-271-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc 3.4.6 should be safe on brcm-2.4 nownbd2006-09-022-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4729 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix gcc symlink installnbd2006-08-291-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4702 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add XScale support to -ngkaloz2006-08-062-0/+69
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add nonmips patchesflorian2006-08-0412-0/+4376
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4440 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set PATH in rules.mkmbm2006-08-041-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make gcc 4.1.1 the default for Arubakaloz2006-07-212-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4189 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert [4106] as it breaks toolchain selectionkaloz2006-07-211-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Avoid menuconfig warningsflorian2006-07-021-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4106 3c298f89-4303-0410-b956-a3cf2f4a3e73