summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* Fix gcc 3.4.6 build with newer host libc versionsWade Berrier2009-05-121-0/+11
| | | | | | | | | The build of gcc 3.4.6 fails when host libc is too new. I pulled the fix from this bug report: http://bugs.openembedded.net/show_bug.cgi?id=4626 Signed-off-by: Wade Berrier <wberrier@gmail.com>
* gcc-4.3.3: add a patch to link with the math lib to get copysignalAngus Salkeld2009-05-122-0/+130
| | | | | | | | | | | Conditionally apply the following patch by Bernhard Reutner-Fischer which solves a link error on powerpc (with softfloat or multilib) when using a shared libgcc_s. See: http://gcc.gnu.org/ml/gcc-patches/2008-10/msg00237.html http://www.nabble.com/PPC-won't-build-with-soft-float-td22772110.html Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump 2.6.27 / 2.6.29 versionsPeter Korsgaard2009-05-091-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump 2.6.27.x / 2.6.28.xPeter Korsgaard2009-05-044-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/uClibc: 0.9.30.1 arm linuxthreads fixPeter Korsgaard2009-04-291-0/+177
| | | | Reported by Michael Roth <mroth@nessie.de>. Identical to the 0.9.30 patch.
* toolchain/gdb: remove ancient deprecated versionsPeter Korsgaard2009-04-2831-4311/+0
| | | | | They shouldn't be used anymore, needs havily patching (6.3 has more than 200k patches) and no one tests them with current toolchains.
* toolchain/gdb: remove broken snapshot supportPeter Korsgaard2009-04-289-366/+0
|
* toolchain/kernel-headers: bump 2.6.29 versionPeter Korsgaard2009-04-281-1/+1
|
* toolchain/gcc: java needs largefile supportPeter Korsgaard2009-04-271-0/+1
|
* toolchain/gcc: fix java supportPeter Korsgaard2009-04-272-5/+9
| | | | Not runtime tested, but now it atleast builds.
* toolchain/gcc: disable tls supportPeter Korsgaard2009-04-271-0/+3
| | | | Fixes libstdc++ linking with gcc 4.4.x
* toolchain/uClibc: 0.9.30.1 getaddrinfo fix for intfs without addressPeter Korsgaard2009-04-241-0/+13
| | | | From uClibc r24336.
* toolchain/gcc: add 4.4.0Peter Korsgaard2009-04-236-0/+149
|
* toolchain/gcc: fix PR 32044 patchPeter Korsgaard2009-04-233-576/+561
| | | | Somehow the patch was a patch adding a patch instead of the patch itself.
* toolchain: add BR2_USE_SSP option for stack protection supportPeter Korsgaard2009-04-224-6/+29
| | | | Using the support in uClibc.
* toolchain/gcc: don't enable libssp supportPeter Korsgaard2009-04-223-2/+6
| | | | | 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.
* toolchain/br2_autoreconf: removePeter Korsgaard2009-04-171-699/+0
| | | | | It got added by Ulf back in 2007, but there's no references to it anywhere, so remove it.
* toolchain/gcc: shared libgcc broken for sparc, so disable itPeter Korsgaard2009-04-151-0/+1
|
* kernel-headers: bump 2.6.29.x versionPeter Korsgaard2009-04-061-1/+1
|
* Makefile: add BR2_ENABLE_LOCALE_PURGE to purge unwanted localesPeter Korsgaard2009-04-061-0/+22
| | | | | | | | | 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.
* kernel-headers: add 2.6.29.x, remove 2.6.22.xPeter Korsgaard2009-03-241-7/+7
|
* kernel-headers: remove unused patches for ancient versionsPeter Korsgaard2009-03-243-533/+0
|
* kernel-headers: bump 2.6.27.x / 2.6.28.x versionsPeter Korsgaard2009-03-244-2/+2
|
* kernel-headers: adjust patch names for 2.6.28.8Peter Korsgaard2009-03-183-0/+0
|
* kernel-headers: bump 2.6.27.x versionPeter Korsgaard2009-03-181-1/+1
|
* kernel-headers: bump 2.6.28.x versionPeter Korsgaard2009-03-171-1/+1
|
* uClibc: additional 0.9.30.1 patchesPeter Korsgaard2009-03-122-22/+822
| | | | From Bernhard's tree.
* gcc: 4.3.x fix for PR 32044.Peter Korsgaard2009-03-103-0/+579
| | | | Patch by Daniel Mack <daniel@caiaq.de>
* 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.