summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Replace TOOLCHAIN_BUILD_DIR with BUILD_DIR_TOOLCHAIN (the other one is ↵florian2007-08-111-1/+1
| | | | | | deprecated) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8399 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix gdb installation, thanks to Alfred Heggestadflorian2007-08-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8383 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
* fix kernel-headers download (#2179)nbd2007-08-071-7/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system cleanup/restructuring as described in ↵nbd2007-08-077-114/+113
| | | | | | 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
* remove leftover CONFIG_JLEVELnbd2007-07-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix an uClibc compile error that only happens on rebuildsnbd2007-07-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8248 3c298f89-4303-0410-b956-a3cf2f4a3e73
* no need to call compile,install on the kernel-headers dir - this gets rid of ↵nbd2007-07-302-13/+13
| | | | | | another unnecessary autorebuild check git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8247 3c298f89-4303-0410-b956-a3cf2f4a3e73
* next round of cleanup, convert target/ - make -j works now ;)nbd2007-07-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* next round of build system cleanup - convert package/ to new structurenbd2007-07-301-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8236 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove leftover stuffnbd2007-07-301-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix compile errors with make 3.80nbd2007-07-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8230 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
* use $(curdir) againnbd2007-07-281-12/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8208 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system fixes, more cleanupnbd2007-07-281-49/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8207 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix cflags for xscale (#2026)nbd2007-07-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7910 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added i686 support and profile for t-vision s100blogic2007-07-081-0/+186
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use -Os for rdc and -O2 for the x86 targetflorian2007-07-011-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7831 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable LDSO_RUNPATH in uClibc configuration for all platformsrwhitby2007-06-299-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7769 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
* add update target to toolchain/nbd2007-06-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7754 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
* remove the custom Build/Prepare override in binutils, use PATCH_DIR, refresh ↵nbd2007-06-2814-2130/+2268
| | | | | | patches using quilt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable the refresh target in toolchain/nbd2007-06-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7751 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable quilt for kernel-headersnbd2007-06-281-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7749 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added several patches to make packages compile for the foxboardblogic2007-06-121-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7597 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fixes compile bug for uclibc-crisblogic2007-06-121-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7596 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kernel-headers patching (#1878)nbd2007-06-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7586 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for the AVR32 platform, namely the ATNGW100 board - joint work ↵kaloz2007-06-0828-0/+124822
| | | | | | 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
* use binutils 2.17 by defaultkaloz2007-06-081-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7530 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fixed a bug in the kernel-headers/Makefile introduced by the cris mergeblogic2007-06-021-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add initial support for the crisarchitecture used on foxboards to openwrtblogic2007-06-026-3/+265
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add arm fix for gdb from #1468nbd2007-05-071-0/+113
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* the default_subtargets template was a bad idea, since different makefiles ↵nbd2007-04-181-1/+11
| | | | | | require different types of dependencies for subtargets. nuke it... git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7003 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove ldd/ldconfig for the moment (#1551)florian2007-04-041-7/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Cleanups on romboot and u-boot.hcg2007-04-041-0/+2
| | | | | | | Conditionally apply ldd and ldconfig support on at91 platform git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6862 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add ldd and ldconfig support, template packages derived from gcc and uclibcflorian2007-04-031-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix portability patch for uClibc.nbd2007-04-011-1/+1
| | | | | | | | Certain versions of GNU cp treat -P as --parent, which is wrong here and -P should be implied by -R already. Fixes build on OSX with fink's fileutils installed. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6784 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
* changes to target/linux/generic-* should not trigger a kernel-headers rebuildnbd2007-03-031-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6479 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark uml as broken and add some cleanups (not working yet)nbd2007-02-281-7/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6439 3c298f89-4303-0410-b956-a3cf2f4a3e73