aboutsummaryrefslogtreecommitdiff
path: root/toolchain
Commit message (Collapse)AuthorAge
* Update CFLAGS pickup to match the target variable name, allow i686 to be ↵Florian Fainelli2007-10-26
| | | | | | optimised SVN-Revision: 9451
* add gcc 4.2.2Imre Kaloz2007-10-25
| | | | SVN-Revision: 9443
* Add binutils extra configure optionsFelix Fietkau2007-10-23
| | | | | | | | | | | | Currently, we can specify extra configure options for gcc, but not binutils. This change adds an EXTRA_BINUTILS_CONFIG_OPTIONS config variable, so we can add configure options for binutils. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9407
* openwrt: honour gcc extra configuration flagsFelix Fietkau2007-10-23
| | | | | | | | | | | 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> SVN-Revision: 9406
* changed the -fhonours-copts gcc patch, such that the function needs to be ↵John Crispin2007-10-07
| | | | | | turned on explicitly SVN-Revision: 9167
* fix gdb installationFelix Fietkau2007-10-01
| | | | SVN-Revision: 9088
* remove obsolete fileFelix Fietkau2007-09-24
| | | | SVN-Revision: 9005
* Fix toolchain generation with FPU enabled (#2242)Florian Fainelli2007-09-09
| | | | SVN-Revision: 8711
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-08
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* include kernel-version.mk from kernel.mk so that a correct KERNEL_PATCHVER ↵Nicolas Thill2007-08-26
| | | | | | is always available SVN-Revision: 8494
* fix typo (closes: #2275)Nicolas Thill2007-08-26
| | | | SVN-Revision: 8492
* Disable multilib by defaultFlorian Fainelli2007-08-23
| | | | SVN-Revision: 8471
* Fix the stage2 compilation, no side effect with gcc4 (#2190)Florian Fainelli2007-08-13
| | | | SVN-Revision: 8409
* Replace TOOLCHAIN_BUILD_DIR with BUILD_DIR_TOOLCHAIN (the other one is ↵Florian Fainelli2007-08-11
| | | | | | deprecated) SVN-Revision: 8399
* Fix gdb installation, thanks to Alfred HeggestadFlorian Fainelli2007-08-09
| | | | SVN-Revision: 8383
* rdc can be built with gcc4 as well, my mistakeFlorian Fainelli2007-08-08
| | | | SVN-Revision: 8379
* fix kernel-headers download (#2179)Felix Fietkau2007-08-07
| | | | SVN-Revision: 8373
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-07
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* rdc-2.6 must be built with gcc-3.4.6, if not it will not boot at allFlorian Fainelli2007-08-05
| | | | SVN-Revision: 8345
* Allow installing gcj/gnu classpath,for those interestedFlorian Fainelli2007-08-04
| | | | SVN-Revision: 8337
* Port the mbsd_multi patch from freewrt, which adds -fhonour-copts. This will ↵Felix Fietkau2007-07-31
| | | | | | emit warnings in packages that don't use our target cflags properly SVN-Revision: 8256
* fix the gcc stampfile for initial stage installationFelix Fietkau2007-07-30
| | | | SVN-Revision: 8250
* remove leftover CONFIG_JLEVELFelix Fietkau2007-07-30
| | | | SVN-Revision: 8249
* fix an uClibc compile error that only happens on rebuildsFelix Fietkau2007-07-30
| | | | SVN-Revision: 8248
* no need to call compile,install on the kernel-headers dir - this gets rid of ↵Felix Fietkau2007-07-30
| | | | | | another unnecessary autorebuild check SVN-Revision: 8247
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-30
| | | | SVN-Revision: 8242
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-30
| | | | SVN-Revision: 8236
* remove leftover stuffFelix Fietkau2007-07-30
| | | | SVN-Revision: 8234
* fix compile errors with make 3.80Felix Fietkau2007-07-30
| | | | SVN-Revision: 8230
* add gcc 4.2.1Imre Kaloz2007-07-30
| | | | SVN-Revision: 8223
* use $(curdir) againFelix Fietkau2007-07-28
| | | | SVN-Revision: 8208
* build system fixes, more cleanupFelix Fietkau2007-07-28
| | | | SVN-Revision: 8207
* fix cflags for xscale (#2026)Felix Fietkau2007-07-11
| | | | SVN-Revision: 7910
* added i686 support and profile for t-vision s100John Crispin2007-07-08
| | | | SVN-Revision: 7890
* Use -Os for rdc and -O2 for the x86 targetFlorian Fainelli2007-07-01
| | | | SVN-Revision: 7831
* Enable LDSO_RUNPATH in uClibc configuration for all platformsRod Whitby2007-06-29
| | | | SVN-Revision: 7769
* update magicbox target to 2.6.22-rc6, select gcc 4.2.0 as default for this ↵Felix Fietkau2007-06-28
| | | | | | target (4.1.2 segfaults at compile time) SVN-Revision: 7762
* fix gcc 4.2.0 compile for ppcFelix Fietkau2007-06-28
| | | | SVN-Revision: 7761
* add update target to toolchain/Felix Fietkau2007-06-28
| | | | SVN-Revision: 7754
* replace gcc 4.2 snapshot with 4.2.0 release (sync patches with uclibc ↵Felix Fietkau2007-06-28
| | | | | | buildroot), adjust gcc makefile for PATCH_DIR changes SVN-Revision: 7753
* remove the custom Build/Prepare override in binutils, use PATCH_DIR, refresh ↵Felix Fietkau2007-06-28
| | | | | | patches using quilt SVN-Revision: 7752
* enable the refresh target in toolchain/Felix Fietkau2007-06-28
| | | | SVN-Revision: 7751
* disable quilt for kernel-headersFelix Fietkau2007-06-28
| | | | SVN-Revision: 7749
* added several patches to make packages compile for the foxboardJohn Crispin2007-06-12
| | | | SVN-Revision: 7597
* Fixes compile bug for uclibc-crisJohn Crispin2007-06-12
| | | | SVN-Revision: 7596
* fix kernel-headers patching (#1878)Felix Fietkau2007-06-12
| | | | SVN-Revision: 7586
* add support for the AVR32 platform, namely the ATNGW100 board - joint work ↵Imre Kaloz2007-06-08
| | | | | | with wigyori SVN-Revision: 7533
* we don't need libmudflap at allImre Kaloz2007-06-08
| | | | SVN-Revision: 7531
* use binutils 2.17 by defaultImre Kaloz2007-06-08
| | | | SVN-Revision: 7530
* Fixed a bug in the kernel-headers/Makefile introduced by the cris mergeJohn Crispin2007-06-02
| | | | SVN-Revision: 7444