Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-04 | kernel-headers: bump 2.6.27.x / 2.6.28.x | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-04-29 | toolchain/uClibc: 0.9.30.1 arm linuxthreads fix | Peter Korsgaard | |
Reported by Michael Roth <mroth@nessie.de>. Identical to the 0.9.30 patch. | |||
2009-04-28 | toolchain/gdb: remove ancient deprecated versions | Peter Korsgaard | |
They shouldn't be used anymore, needs havily patching (6.3 has more than 200k patches) and no one tests them with current toolchains. | |||
2009-04-28 | toolchain/gdb: remove broken snapshot support | Peter Korsgaard | |
2009-04-28 | toolchain/kernel-headers: bump 2.6.29 version | Peter Korsgaard | |
2009-04-27 | toolchain/gcc: java needs largefile support | Peter Korsgaard | |
2009-04-27 | toolchain/gcc: fix java support | Peter Korsgaard | |
Not runtime tested, but now it atleast builds. | |||
2009-04-27 | toolchain/gcc: disable tls support | Peter Korsgaard | |
Fixes libstdc++ linking with gcc 4.4.x | |||
2009-04-24 | toolchain/uClibc: 0.9.30.1 getaddrinfo fix for intfs without address | Peter Korsgaard | |
From uClibc r24336. | |||
2009-04-23 | toolchain/gcc: add 4.4.0 | Peter Korsgaard | |
2009-04-23 | toolchain/gcc: fix PR 32044 patch | Peter Korsgaard | |
Somehow the patch was a patch adding a patch instead of the patch itself. | |||
2009-04-22 | toolchain: add BR2_USE_SSP option for stack protection support | Peter Korsgaard | |
Using the support in uClibc. | |||
2009-04-22 | toolchain/gcc: don't enable libssp support | Peter Korsgaard | |
It's broken anyway as we don't install libssp* into TARGET_DIR, and we should use the SSP support in uClibc if we want stack protection. | |||
2009-04-17 | toolchain/br2_autoreconf: remove | Peter Korsgaard | |
It got added by Ulf back in 2007, but there's no references to it anywhere, so remove it. | |||
2009-04-15 | toolchain/gcc: shared libgcc broken for sparc, so disable it | Peter Korsgaard | |
2009-04-06 | kernel-headers: bump 2.6.29.x version | Peter Korsgaard | |
2009-04-06 | Makefile: add BR2_ENABLE_LOCALE_PURGE to purge unwanted locales | Peter Korsgaard | |
Add BR2_ENABLE_LOCALE_PURGE / BR2_ENABLE_LOCALE_WHITELIST options to remove unwanted locales from the target rootfs. Handy for stuff like the gtk stack, which comes with ~25 MB locales. Works similar to localepurge in Debian, E.G. you provide a white list of wanted locales, and everything else is removed. | |||
2009-03-24 | kernel-headers: add 2.6.29.x, remove 2.6.22.x | Peter Korsgaard | |
2009-03-24 | kernel-headers: remove unused patches for ancient versions | Peter Korsgaard | |
2009-03-24 | kernel-headers: bump 2.6.27.x / 2.6.28.x versions | Peter Korsgaard | |
2009-03-18 | kernel-headers: adjust patch names for 2.6.28.8 | Peter Korsgaard | |
2009-03-18 | kernel-headers: bump 2.6.27.x version | Peter Korsgaard | |
2009-03-17 | kernel-headers: bump 2.6.28.x version | Peter Korsgaard | |
2009-03-12 | uClibc: additional 0.9.30.1 patches | Peter Korsgaard | |
From Bernhard's tree. | |||
2009-03-10 | gcc: 4.3.x fix for PR 32044. | Peter Korsgaard | |
Patch by Daniel Mack <daniel@caiaq.de> | |||
2009-03-10 | uClibc: strtouq fix for 64bit | Peter Korsgaard | |
2009-03-07 | binutils: undeprecate 2.18 for avr32 | Peter Korsgaard | |
As discussed on the list. AVR32 is still stuck at 2.18, so don't mark it as deprecated yet. | |||
2009-03-05 | binutils: really remove ancient dirs (missing from r25067, git-svn issue) | Peter Korsgaard | |
2009-03-05 | binutils: really add 2.19.1 patches (missing from r25513). | Peter Korsgaard | |
2009-03-05 | uclibc: 0.9.30.1 fix for ppc32 C99 math | Peter Korsgaard | |
From Bernhard. | |||
2009-03-03 | binutils: remove handling of ancient versions | Peter Korsgaard | |
2009-03-03 | binutils: add 2.19.1 | Peter Korsgaard | |
2009-03-03 | binutils: 2.17: fix makeinfo 4.xx check | Peter Korsgaard | |
Fixes #111. | |||
2009-03-03 | uclibc: cleanup version handling | Peter Korsgaard | |
Based on 0171c72 in Bernhards' tree. | |||
2009-03-03 | uclibc: add 0.9.30.1 | Peter Korsgaard | |
2009-03-01 | toolchain/gcc: libstdcpp dependency was listed twice | Peter Korsgaard | |
2009-02-25 | linux: always apply platform patches if available | Peter Korsgaard | |
Get rid of BR2_KERNEL_HEADERS_PATCH_DIR config, and simply always apply platform patches if available. | |||
2009-02-25 | kernel-headers: update -rt support for 2.6.24 / 2.6.26 | Peter Korsgaard | |
2009-02-25 | kernel-headers: remove 2.6.20-22 variants and outdated impi/lzma patches | Peter Korsgaard | |
2009-02-24 | kernel-headers: remove deprecated 2.4 support | Peter Korsgaard | |
2009-02-22 | kernel-headers: bump 2.6.28 stable version | Peter Korsgaard | |
2009-02-18 | kernel-headers: bump 2.6.27/2.6.28 stable versions | Peter Korsgaard | |
2009-02-13 | toolchain/gcc: add 4.3.3 | Peter Korsgaard | |
2009-02-12 | kernel-headers: bump 2.6.27/2.6.28 stable versions | Peter Korsgaard | |
2009-02-10 | binutils: depend on static version of gmp/mpfr | Peter Korsgaard | |
2009-02-09 | kernel-headers: bump 2.6.27/2.6.28 stable versions | Peter Korsgaard | |
2009-02-05 | toolchain/gcc/4.3.2: use what really got committed upstream for PR39076 | Peter Korsgaard | |
Thanks to Sven Neumann for noticing. | |||
2009-02-05 | toolchain/gcc/4.3.2: remove unused and unneeded fix for PR34205 | Peter Korsgaard | |
We don't use the iwmmxt abi anymore. | |||
2009-02-05 | toolchain/gcc/4.3.2: fix arm funroll-loops patch from r24993 | Peter Korsgaard | |
Rename it so it actually gets applied and fix it so it can be applied (-p level). | |||
2009-02-04 | toolchain: revert r25193 (Change binary toolchain configuration) | Peter Korsgaard | |
As discussed on the list. |