Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | toolchain/kernel-headers: bump 2.6.27 / 2.6.28 versions | Peter Korsgaard | 2009-01-19 | 1 | -2/+2 |
| | |||||
* | toolchain: introduce HOSTCC_VERSION and fix gcc-4.3.x build with old host CCs | Peter Korsgaard | 2009-01-19 | 1 | -2/+9 |
| | | | | | | | | gcc < 4.2.0 doesn't support -Wno-overlength-stings, but gcc-4.3.x configure fails to detect that, breaking the build. Work around it by detecting the host gcc version (and store in HOSTCC_VERSION) and set the proper configure variables for gcc < 4.2.0. | ||||
* | Kconfig: remove 'default n' and 'default no' (see r22874) | Peter Korsgaard | 2009-01-18 | 1 | -1/+0 |
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | The liboil Makefile will use "-mcpu=vfp" when building for ARM. | Ulf Samuelsson | 2009-01-18 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | The VFP is only available for a few ARM CPUs at the moment, so this breaks the liboil build. A patch is available upstream which only enables "-mfpu=vfp" if "--enable-vfp" is given to "configure". Autotools needs to be run for liboil for this to take effect. A new configuration BR2_VFP_FLOAT is added to allow enabling vfp. If this is "yes", then "-mfpu=vfp" is added to CFLAGS. | ||||
* | Update broken AVR32 toolchain, and update configs for this, deprecate all ↵ | Ulf Samuelsson | 2009-01-16 | 3 | -2/+48 |
| | | | | but latest AVR32 toolchain | ||||
* | toolchain/uClibc: mark 0.9.29 as recent | Peter Korsgaard | 2009-01-16 | 1 | -0/+1 |
| | |||||
* | toolchain/gcc: mark old versions as deprecated | Peter Korsgaard | 2009-01-16 | 1 | -1/+7 |
| | |||||
* | toolchain/gcc: default to 4.3.2 for !AVR32 | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | buildroot: convert remaining WGET users to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | toolchain/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 7 | -8/+8 |
| | |||||
* | kernel-headers: mark 2.6.27 as RECENT, 2.6.26 as deprecated | Peter Korsgaard | 2009-01-15 | 1 | -1/+2 |
| | |||||
* | kernel-headers: default to 2.6.28 | Peter Korsgaard | 2009-01-15 | 1 | -1/+1 |
| | |||||
* | kernel-headers: bump 2.6.27 version | Peter Korsgaard | 2009-01-15 | 1 | -1/+1 |
| | |||||
* | toolchain: sh64 fixes | Peter Korsgaard | 2009-01-13 | 2 | -4/+3 |
| | | | | | | | - arch/sh and arch/sh64 got merged in 2.6.25, so use arch/sh for sh64 as well - use little endian for sh64, like for 32bit sh sh64 still doesn't build, but gets further along now. | ||||
* | toolchain: fix cris build with 2.6.28 kernel headers | Peter Korsgaard | 2009-01-12 | 3 | -0/+78 |
| | | | | Patch by Hinko Kocevar <hinko.kocevar@cetrtapot.si> | ||||
* | uclibc: 0.9.30-x86-2.6.28+headers-fix: add r24799 as well | Peter Korsgaard | 2009-01-12 | 1 | -1/+26 |
| | | | | Handle x86_84 as well. From uclibc r24799. | ||||
* | toolchain/uclibc: fix sparc SED handling of _V9 / _V9B | Peter Korsgaard | 2009-01-12 | 1 | -1/+1 |
| | |||||
* | buildroot: get rid of s390 support | Peter Korsgaard | 2009-01-12 | 1 | -1/+1 |
| | | | | | As discussed on the list. It isn't supported by uclibc, so I strongly doubt anyone has been using it. | ||||
* | toolchain/uclibc: propagate mips mips32r2 variant setting to uclibc | Peter Korsgaard | 2009-01-12 | 1 | -2/+3 |
| | | | | 0.9.30 supports MIPS_ISA_MIPS32R2, so use it if mips32r2 variant is selected. | ||||
* | toolchain/external-toolchain/ext-tool.mk: Support non sysroot-able toolchains | Daniel Laird | 2009-01-12 | 1 | -3/+3 |
| | | | | | | | Only copy the sysroot files if the toolchain was built with sysroot support. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | add .empty files for git-svn | Peter Korsgaard | 2009-01-05 | 16 | -0/+0 |
| | | | | | | | | git-svn (and git) doesn't handle empty directories, so add .empty files to those dirs like elsewhere in buildroot. Those empty directories are normally not a big deal, but the recent changes to u-boot broke the build. | ||||
* | Fix binutils Config for AVR32 (hopefully final version) | Ulf Samuelsson | 2009-01-03 | 1 | -6/+2 |
| | |||||
* | one more fix of binutils config for AVR32 toolchain | Ulf Samuelsson | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | Unbreak AVR32 toolchain, by making binutils-2.17 available | Ulf Samuelsson | 2009-01-03 | 1 | -0/+4 |
| | |||||
* | toolchain: revert "Allow creating a script for external use of Buildroot ↵ | Peter Korsgaard | 2009-01-02 | 5 | -47/+0 |
| | | | | | | toolchain" It's been 10 days now without any reply from Ulf, so revert r24480+r24481. | ||||
* | toolchain/binutils: fix up avr32 related fallout of r24474 | Peter Korsgaard | 2009-01-02 | 1 | -2/+2 |
| | | | | | It's been 10 days now without any reply from Ulf, so fix it up to what seems sensible. | ||||
* | Remove whitespace damage in uclibc.mk | Ulf Samuelsson | 2009-01-02 | 1 | -1/+0 |
| | |||||
* | dependencies: simplistic SHELL = bash check | Peter Korsgaard | 2009-01-01 | 1 | -0/+12 |
| | |||||
* | * Added option to build with gcc 4.3.2 | Nigel Kukard | 2008-12-31 | 10 | -0/+251 |
| | |||||
* | * Bump latest 2.6.27 kernel header version to 2.6.27.10 | Nigel Kukard | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | toolchain/uclibc: fix 0.9.30 x86 build with 2.6.28 headers (from r24515) | Peter Korsgaard | 2008-12-29 | 1 | -0/+34 |
| | |||||
* | toolchain/kernel-headers: add 2.6.28 | Peter Korsgaard | 2008-12-28 | 1 | -0/+4 |
| | | | | | Don't make it default yet as uclibc/busybox seems to have some issues with it. | ||||
* | toolchain: disable export-toolchain stuff as it breaks make dependencies | Peter Korsgaard | 2008-12-23 | 1 | -3/+2 |
| | | | | | For some reason Ulf's export-toolchain stuff breaks the build as the dependencies target isn't executed and SED isn't set. | ||||
* | toolchain/uclibc: fix typo | Peter Korsgaard | 2008-12-23 | 1 | -1/+1 |
| | |||||
* | toolchain/uclibc: Add BR2_ENABLE_LOCALE_PREGENERATED option | Peter Korsgaard | 2008-12-23 | 2 | -5/+17 |
| | | | | | | | Add an option to either generate locales yourself or download the pregenerated set. Based on 4bdca9cc in Bernhard's tree. | ||||
* | And make script for exported toolchain executable | Ulf Samuelsson | 2008-12-21 | 1 | -0/+1 |
| | |||||
* | Allow creating a script for external use of Buildroot toolchain | Ulf Samuelsson | 2008-12-21 | 5 | -0/+46 |
| | |||||
* | Revert patch, sent by mistake | Ulf Samuelsson | 2008-12-20 | 1 | -2/+0 |
| | |||||
* | Add updated binutils-2.18 prepatched toolchain for AVR32 | Ulf Samuelsson | 2008-12-20 | 1 | -2/+3 |
| | |||||
* | Add updated gcc-4.2.2 prepatched toolchain for AVR32 | Ulf Samuelsson | 2008-12-20 | 1 | -0/+2 |
| | |||||
* | toolchain/binutils: fix non-sysroot build | Peter Korsgaard | 2008-12-18 | 1 | -2/+2 |
| | |||||
* | toolchain: use same gdb Config.in for internal/external toolchains | Peter Korsgaard | 2008-12-15 | 7 | -150/+96 |
| | | | | | | | | | | We used to use different gdb configs for internal and external toolchains because mconf won't source the same file twice. This works, but is kind of sub optimal, as people forget to keep them in sync. Fix it to use the same file for both situations by shuffling around the config options a bit. Should work identical to before (except for the newer gdb versions available for ext). | ||||
* | Another external toolchain support solution | Thomas Petazzoni | 2008-12-13 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | * In toolchain/external-toolchain/ext-tool.mk, copy the contents of the sysroot directory to the staging dir. * In package/Makefile.in, add a --sysroot CFLAGS pointing to the staging dir * Remove the CFLAGS and LDFLAGS definition from TARGET_CONFIGURE_OPTS. I haven't investigated exactly why, but with these options, DirectFB fails to build because it cannot find PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP, even if DirectFB's Makefile properly sets -D_GNU_SOURCE. I have already sent this patch on December, 2nd to the mailing-list, but got no feedback. So let's commit and see what happens :-) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | toolchain/kernel-headers: don't hide 2.6.27 if RECENT isn't enabled | Peter Korsgaard | 2008-12-10 | 1 | -1/+0 |
| | |||||
* | binutils: revert bad commit 24343 | Hans-Christian Egtvedt | 2008-12-09 | 1 | -1/+1 |
| | | | | | | This reverst the commit 24343, the original state was indeed correct. Blame goes to my bad sight and too hasty decisions. | ||||
* | binutils: fix typo for detecting if BINUTILS_NO_MPFR is not set | Hans-Christian Egtvedt | 2008-12-09 | 1 | -1/+1 |
| | | | | | Make the ifndef check the actual variable, typo bug. | ||||
* | toolchain/kernel-headers: bump 2.6.27.x version | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | toolchain/gdb: 6.4 shouldn't be selectable for avr32 | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | toolchain/gdb: mark old versions as deprecated | Peter Korsgaard | 2008-12-08 | 1 | -0/+5 |
| | |||||
* | toolchain/gdb: default to 6.8 | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| |