summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* Fix the stage2 compilation, no side effect with gcc4 (#2190)Florian Fainelli2007-08-131-3/+1
| | | | SVN-Revision: 8409
* Replace TOOLCHAIN_BUILD_DIR with BUILD_DIR_TOOLCHAIN (the other one is ↵Florian Fainelli2007-08-111-1/+1
| | | | | | deprecated) SVN-Revision: 8399
* Fix gdb installation, thanks to Alfred HeggestadFlorian Fainelli2007-08-091-1/+1
| | | | SVN-Revision: 8383
* rdc can be built with gcc4 as well, my mistakeFlorian Fainelli2007-08-081-1/+1
| | | | SVN-Revision: 8379
* fix kernel-headers download (#2179)Felix Fietkau2007-08-071-7/+10
| | | | SVN-Revision: 8373
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-077-114/+113
| | | | | | 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-051-1/+1
| | | | SVN-Revision: 8345
* Allow installing gcj/gnu classpath,for those interestedFlorian Fainelli2007-08-041-1/+6
| | | | SVN-Revision: 8337
* Port the mbsd_multi patch from freewrt, which adds -fhonour-copts. This will ↵Felix Fietkau2007-07-314-0/+1175
| | | | | | 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-301-0/+1
| | | | SVN-Revision: 8250
* remove leftover CONFIG_JLEVELFelix Fietkau2007-07-301-1/+1
| | | | SVN-Revision: 8249
* fix an uClibc compile error that only happens on rebuildsFelix Fietkau2007-07-301-1/+1
| | | | SVN-Revision: 8248
* no need to call compile,install on the kernel-headers dir - this gets rid of ↵Felix Fietkau2007-07-302-13/+13
| | | | | | another unnecessary autorebuild check SVN-Revision: 8247
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-301-1/+1
| | | | SVN-Revision: 8242
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-301-2/+2
| | | | SVN-Revision: 8236
* remove leftover stuffFelix Fietkau2007-07-301-1/+0
| | | | SVN-Revision: 8234
* fix compile errors with make 3.80Felix Fietkau2007-07-301-1/+1
| | | | SVN-Revision: 8230
* add gcc 4.2.1Imre Kaloz2007-07-3018-1/+4041
| | | | SVN-Revision: 8223
* use $(curdir) againFelix Fietkau2007-07-281-12/+14
| | | | SVN-Revision: 8208
* build system fixes, more cleanupFelix Fietkau2007-07-281-49/+16
| | | | SVN-Revision: 8207
* fix cflags for xscale (#2026)Felix Fietkau2007-07-111-1/+1
| | | | SVN-Revision: 7910
* added i686 support and profile for t-vision s100John Crispin2007-07-081-0/+186
| | | | SVN-Revision: 7890
* Use -Os for rdc and -O2 for the x86 targetFlorian Fainelli2007-07-011-1/+2
| | | | SVN-Revision: 7831
* Enable LDSO_RUNPATH in uClibc configuration for all platformsRod Whitby2007-06-299-9/+9
| | | | SVN-Revision: 7769
* update magicbox target to 2.6.22-rc6, select gcc 4.2.0 as default for this ↵Felix Fietkau2007-06-282-8/+4
| | | | | | target (4.1.2 segfaults at compile time) SVN-Revision: 7762
* fix gcc 4.2.0 compile for ppcFelix Fietkau2007-06-282-0/+27
| | | | SVN-Revision: 7761
* add update target to toolchain/Felix Fietkau2007-06-281-1/+1
| | | | SVN-Revision: 7754
* replace gcc 4.2 snapshot with 4.2.0 release (sync patches with uclibc ↵Felix Fietkau2007-06-2819-30/+254
| | | | | | 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-2814-2130/+2268
| | | | | | patches using quilt SVN-Revision: 7752
* enable the refresh target in toolchain/Felix Fietkau2007-06-281-1/+1
| | | | SVN-Revision: 7751
* disable quilt for kernel-headersFelix Fietkau2007-06-281-0/+2
| | | | SVN-Revision: 7749
* added several patches to make packages compile for the foxboardJohn Crispin2007-06-121-0/+22
| | | | SVN-Revision: 7597
* Fixes compile bug for uclibc-crisJohn Crispin2007-06-121-0/+11
| | | | SVN-Revision: 7596
* fix kernel-headers patching (#1878)Felix Fietkau2007-06-121-1/+1
| | | | SVN-Revision: 7586
* add support for the AVR32 platform, namely the ATNGW100 board - joint work ↵Imre Kaloz2007-06-0828-0/+124822
| | | | | | with wigyori SVN-Revision: 7533
* we don't need libmudflap at allImre Kaloz2007-06-081-0/+2
| | | | SVN-Revision: 7531
* use binutils 2.17 by defaultImre Kaloz2007-06-081-2/+2
| | | | SVN-Revision: 7530
* Fixed a bug in the kernel-headers/Makefile introduced by the cris mergeJohn Crispin2007-06-021-2/+4
| | | | SVN-Revision: 7444
* add initial support for the crisarchitecture used on foxboards to openwrtJohn Crispin2007-06-026-3/+265
| | | | SVN-Revision: 7439
* add arm fix for gdb from #1468Felix Fietkau2007-05-071-0/+113
| | | | SVN-Revision: 7127
* the default_subtargets template was a bad idea, since different makefiles ↵Felix Fietkau2007-04-181-1/+11
| | | | | | require different types of dependencies for subtargets. nuke it... SVN-Revision: 7003
* Remove ldd/ldconfig for the moment (#1551)Florian Fainelli2007-04-041-7/+0
| | | | SVN-Revision: 6866
* Cleanups on romboot and u-boot. Conditionally apply ldd and ldconfig support ↵Hamish Guthrie2007-04-041-0/+2
| | | | | | on at91 platform SVN-Revision: 6862
* Add ldd and ldconfig support, template packages derived from gcc and uclibcFlorian Fainelli2007-04-031-0/+6
| | | | SVN-Revision: 6856
* Fix portability patch for uClibc. Certain versions of GNU cp treat -P as ↵Felix Fietkau2007-04-011-1/+1
| | | | | | --parent, which is wrong here and -P should be implied by -R already. Fixes build on OSX with fink's fileutils installed. SVN-Revision: 6784
* Nuke lots of obsolete compiler versions Make gcc4 depend on !LINUX_2_4 - I'm ↵Felix Fietkau2007-03-2865-28539/+2
| | | | | | getting sick of seeing people complain about compile errors when trying to build brcm-2.4 with it. SVN-Revision: 6744
* fix gcc version selectionImre Kaloz2007-03-111-1/+1
| | | | SVN-Revision: 6556
* Changed default compiler for 2.6 kernels to 4.1.2Hamish Guthrie2007-03-071-1/+1
| | | | SVN-Revision: 6539
* changes to target/linux/generic-* should not trigger a kernel-headers rebuildFelix Fietkau2007-03-031-1/+0
| | | | SVN-Revision: 6479
* mark uml as broken and add some cleanups (not working yet)Felix Fietkau2007-02-281-7/+5
| | | | SVN-Revision: 6439