summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* uClibc: strtouq fix for 64bitPeter Korsgaard2009-03-102-0/+96
|
* binutils: undeprecate 2.18 for avr32Peter Korsgaard2009-03-071-1/+1
| | | | | As discussed on the list. AVR32 is still stuck at 2.18, so don't mark it as deprecated yet.
* binutils: really remove ancient dirs (missing from r25067, git-svn issue)Peter Korsgaard2009-03-055-39770/+0
|
* binutils: really add 2.19.1 patches (missing from r25513).Peter Korsgaard2009-03-054-0/+111
|
* uclibc: 0.9.30.1 fix for ppc32 C99 mathPeter Korsgaard2009-03-051-0/+45
| | | | From Bernhard.
* binutils: remove handling of ancient versionsPeter Korsgaard2009-03-031-24/+0
|
* binutils: add 2.19.1Peter Korsgaard2009-03-032-1/+12
|
* binutils: 2.17: fix makeinfo 4.xx checkPeter Korsgaard2009-03-031-0/+17
| | | | Fixes #111.
* uclibc: cleanup version handlingPeter Korsgaard2009-03-032-24/+16
| | | | Based on 0171c72 in Bernhards' tree.
* uclibc: add 0.9.30.1Peter Korsgaard2009-03-032-2/+11
|
* toolchain/gcc: libstdcpp dependency was listed twicePeter Korsgaard2009-03-011-1/+0
|
* linux: always apply platform patches if availablePeter Korsgaard2009-02-252-12/+2
| | | | | Get rid of BR2_KERNEL_HEADERS_PATCH_DIR config, and simply always apply platform patches if available.
* kernel-headers: update -rt support for 2.6.24 / 2.6.26Peter Korsgaard2009-02-252-6/+6
|
* kernel-headers: remove 2.6.20-22 variants and outdated impi/lzma patchesPeter Korsgaard2009-02-2512-61734/+0
|
* kernel-headers: remove deprecated 2.4 supportPeter Korsgaard2009-02-245-207/+0
|
* kernel-headers: bump 2.6.28 stable versionPeter Korsgaard2009-02-224-1/+1
|
* kernel-headers: bump 2.6.27/2.6.28 stable versionsPeter Korsgaard2009-02-184-2/+2
|
* toolchain/gcc: add 4.3.3Peter Korsgaard2009-02-1312-2/+254
|
* kernel-headers: bump 2.6.27/2.6.28 stable versionsPeter Korsgaard2009-02-125-57/+2
|
* binutils: depend on static version of gmp/mpfrPeter Korsgaard2009-02-101-2/+2
|
* kernel-headers: bump 2.6.27/2.6.28 stable versionsPeter Korsgaard2009-02-095-2/+2
|
* toolchain/gcc/4.3.2: use what really got committed upstream for PR39076Peter Korsgaard2009-02-052-31/+11
| | | | Thanks to Sven Neumann for noticing.
* toolchain/gcc/4.3.2: remove unused and unneeded fix for PR34205Peter Korsgaard2009-02-051-42/+0
| | | | We don't use the iwmmxt abi anymore.
* toolchain/gcc/4.3.2: fix arm funroll-loops patch from r24993Peter Korsgaard2009-02-051-2/+2
| | | | | Rename it so it actually gets applied and fix it so it can be applied (-p level).
* toolchain: revert r25193 (Change binary toolchain configuration)Peter Korsgaard2009-02-044-26/+2
| | | | As discussed on the list.
* uClibc: remove unused 0.9.29 wchar defconfigPeter Korsgaard2009-02-031-215/+0
| | | | | | We add the wchar stuff at compile time using sed, so the default defconfig works, the file hasn't seen any updates since it first got committed, and there's no references to it in the tree.
* uClibc: enable LDSO_RUNPATH in defconfigs (use ELF RPATH info)Peter Korsgaard2009-02-035-5/+5
| | | | | Fixes mysql-client package (installs shared libraries into /usr/lib/mysql and sets RPATH).
* kernel-headers: 2.6.28.x: remove cris patch applied upstreamPeter Korsgaard2009-02-021-12/+0
|
* kernel-headers: bump 2.6.27/2.6.28 stable versionsPeter Korsgaard2009-02-026-2/+2
|
* Change binary toolchain configuration, soUlf Samuelsson2009-01-314-2/+26
| | | | | | | | | | | that the options become visible just below the config, instead of at bottom of screen Create a more useful default as toolchain path. Allow generation of a script which sets up paths to a binary toolchain generated by buildroot.
* Remove AVR32 patches from kernel-headers directory and put them in Ulf Samuelsson2009-01-306-16948/+1
| | | | | | | | | | "target/device/Atmel/arch-avre/kernel-headers-2.6.28.2" Make sure BR2_KERNEL_HEADERS_PATCH_DIR is enabled for 2.6.28 Set KERNEL_HEADERS_PATCH_DIR="target/device/Atmel/arch-avre/kernel-headers-2.6.28.2" for Atmel AVR32 targets and "valka"
* Extend External Toolchain options (match buildroot built toolchain): Daniel Laird2009-01-305-132/+96
| | | | | | | | | | Have added options that mean you can set the same BR2_XXXX variables for external toolchain and internal (buildroot built) toolchain. This means the same set of packages can be built now me as for you..... Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* toolchain: fix up GNU_TARGET_NAME link and target_utils locationPeter Korsgaard2009-01-303-8/+8
| | | | | | The GNU_TARGET_NAME symlink and target_utils location were not correctly adjusted to match the move of the toolchain to $(STAGING_DIR)/usr, creating dangling symlinks.
* toolchain/gcc: remove unused gcc 3.x cruft from 4.x makefile (sysroot)Peter Korsgaard2009-01-301-42/+2
|
* toolchain/gcc/4.3.2: accept abi=aapcs-linux for EABIPeter Korsgaard2009-01-301-0/+18
| | | | | From Bernhards' tree, thanks to Sven Neuman for noticing. See also http://gcc.gnu.org/ml/gcc-patches/2008-09/msg01500.html
* Move AVR32 patch to kernel header to unbreak several applicationsUlf Samuelsson2009-01-305-0/+16947
|
* toolchain/gcc: remove ancient (and unused) i386 softfloat patchPeter Korsgaard2009-01-293-69/+0
|
* toolchain/gcc: remove unused GCC_ENABLE_CLOCALEPeter Korsgaard2009-01-292-8/+0
| | | | | | | This variable was introduced in r17046 (add gfortran support, 2006-12-22) and wasn't used even there. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* toolchain: cris fixes for gcc 4.3.x / linux 2.6.28.xPeter Korsgaard2009-01-284-0/+49
| | | | Patches by Hinko Kocevar <hinko.kocevar@cetrtapot.si>
* toolchain/uClibc: fix 0.9.30 build with linuxthreads on ARMPeter Korsgaard2009-01-281-0/+177
| | | | Patch by Will Wagner <will_wagner@carallon.com> - From uclibc svn r25099.
* fix configuration wrt elf2fltPeter Korsgaard2009-01-281-2/+2
| | | | | | | | | | The buildroot toolchain is installed in $(STAGING_DIR)/usr/bin and not in $(STAGING_DIR)/bin so let,s adjust the --prefix accordingly. Also the BFLT binary format is always stripped by definition, so it is incompatible with any kind of stripping option. Signed-off-by: Nicolas Pitre <nico@cam.org>
* elf2flt: fix linkPeter Korsgaard2009-01-281-0/+1
| | | | | Seems like recent binutils has pulled in inflate support, so we need to link with zlib.
* toolchain/kernel-headers: remove ancient (and unused) patchesPeter Korsgaard2009-01-269-34996/+0
|
* toolchain/binutils: remove ancient (and unused) 2.14/15/16/17 patchesPeter Korsgaard2009-01-2699-7800/+0
|
* Makefile: globally define variables used at different placesPeter Korsgaard2009-01-251-1/+0
| | | | | | $(comma) and $(space) are used in packages and the toolchain. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* kernel-headers: bump 2.6.27 / 2.6.28 to latest stablePeter Korsgaard2009-01-254-2/+2
|
* toolchain/uClibc: disable UCLIBC_SUPPORT_AI_ADDRCONFIG in 0.9.30 defconfigPeter Korsgaard2009-01-241-1/+1
| | | | | | | UCLIBC_SUPPORT_AI_ADDRCONFIG seems to have issues in 0.9.30 and cause segfaults on some architectures, so disable it. Reported and tracked down by "QuickX" <quickx@hotmail.com>.
* Fix unroll bug for ARM toolchainUlf Samuelsson2009-01-231-0/+31
|
* kernel-headers: fix 2.6.28.1 serial.h (unbreaks directfb serialmouse.c)Peter Korsgaard2009-01-231-0/+55
|
* kernel-headers: rename 2.6.25/2.6.28 patches to match current stable versionsPeter Korsgaard2009-01-233-0/+0
| | | | Otherwise they won't get applied.