summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2009-01-12toolchain/uclibc: propagate mips mips32r2 variant setting to uclibcPeter Korsgaard
0.9.30 supports MIPS_ISA_MIPS32R2, so use it if mips32r2 variant is selected.
2009-01-12toolchain/external-toolchain/ext-tool.mk: Support non sysroot-able toolchainsDaniel Laird
Only copy the sysroot files if the toolchain was built with sysroot support. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-05add .empty files for git-svnPeter Korsgaard
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.
2009-01-03Fix binutils Config for AVR32 (hopefully final version)Ulf Samuelsson
2009-01-03one more fix of binutils config for AVR32 toolchainUlf Samuelsson
2009-01-03Unbreak AVR32 toolchain, by making binutils-2.17 availableUlf Samuelsson
2009-01-02toolchain: revert "Allow creating a script for external use of Buildroot ↵Peter Korsgaard
toolchain" It's been 10 days now without any reply from Ulf, so revert r24480+r24481.
2009-01-02toolchain/binutils: fix up avr32 related fallout of r24474Peter Korsgaard
It's been 10 days now without any reply from Ulf, so fix it up to what seems sensible.
2009-01-02Remove whitespace damage in uclibc.mkUlf Samuelsson
2009-01-01dependencies: simplistic SHELL = bash checkPeter Korsgaard
2008-12-31* Added option to build with gcc 4.3.2Nigel Kukard
2008-12-31* Bump latest 2.6.27 kernel header version to 2.6.27.10Nigel Kukard
2008-12-29toolchain/uclibc: fix 0.9.30 x86 build with 2.6.28 headers (from r24515)Peter Korsgaard
2008-12-28toolchain/kernel-headers: add 2.6.28Peter Korsgaard
Don't make it default yet as uclibc/busybox seems to have some issues with it.
2008-12-23toolchain: disable export-toolchain stuff as it breaks make dependenciesPeter Korsgaard
For some reason Ulf's export-toolchain stuff breaks the build as the dependencies target isn't executed and SED isn't set.
2008-12-23toolchain/uclibc: fix typoPeter Korsgaard
2008-12-23toolchain/uclibc: Add BR2_ENABLE_LOCALE_PREGENERATED optionPeter Korsgaard
Add an option to either generate locales yourself or download the pregenerated set. Based on 4bdca9cc in Bernhard's tree.
2008-12-21And make script for exported toolchain executableUlf Samuelsson
2008-12-21Allow creating a script for external use of Buildroot toolchainUlf Samuelsson
2008-12-20Revert patch, sent by mistakeUlf Samuelsson
2008-12-20Add updated binutils-2.18 prepatched toolchain for AVR32Ulf Samuelsson
2008-12-20Add updated gcc-4.2.2 prepatched toolchain for AVR32Ulf Samuelsson
2008-12-18toolchain/binutils: fix non-sysroot buildPeter Korsgaard
2008-12-15toolchain: use same gdb Config.in for internal/external toolchainsPeter Korsgaard
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).
2008-12-13Another external toolchain support solutionThomas Petazzoni
* 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>
2008-12-10toolchain/kernel-headers: don't hide 2.6.27 if RECENT isn't enabledPeter Korsgaard
2008-12-09binutils: revert bad commit 24343Hans-Christian Egtvedt
This reverst the commit 24343, the original state was indeed correct. Blame goes to my bad sight and too hasty decisions.
2008-12-09binutils: fix typo for detecting if BINUTILS_NO_MPFR is not setHans-Christian Egtvedt
Make the ifndef check the actual variable, typo bug.
2008-12-08toolchain/kernel-headers: bump 2.6.27.x versionPeter Korsgaard
2008-12-08toolchain/gdb: 6.4 shouldn't be selectable for avr32Peter Korsgaard
2008-12-08toolchain/gdb: mark old versions as deprecatedPeter Korsgaard
2008-12-08toolchain/gdb: default to 6.8Peter Korsgaard
2008-12-08toolchain/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-12-07uclibc: add RPC config variables to 0.9.30Peter Korsgaard
Add UCLIBC_HAS_{FULL,REENTRANT}_RPC config variables to the defconfig, so the sed invocation in uclibc.mk can set them to the proper values.
2008-12-07toolchain/gdb: add -source targetPeter Korsgaard
2008-12-05toolchain/binutils: add 2.19Peter Korsgaard
Based on 9cd8638d / b86af9a1 in Bernhard's tree.
2008-12-05toolchain/binutils/2.18.50.0.9: accept sh?-*-*Peter Korsgaard
Based on 3ed6c5b5 in Bernhard's tree.
2008-12-05toolchain/binutils/2.18.50.0.9: add patch for PR6878Peter Korsgaard
Based on b5451979 in Bernhard's tree.
2008-12-05toolchain/binutils: add 2.18.50.0.9Peter Korsgaard
Based on 713e7e46 in Bernhard's tree.
2008-12-05toolchain/binutils: add 2.18.50.0.8Peter Korsgaard
Based on 1c493ff1 in Bernhard's tree.
2008-12-05toolchain/binutils: add 2.18.50.0.6Peter Korsgaard
Based on 45b89c54 / beede0ba in Bernhard's tree.
2008-12-05toolchain/binutils: honour HAVE_MANPAGES / HAVE_INFOPAGESPeter Korsgaard
Based on b157db55 in Bernhard's tree.
2008-12-05toolchain/binutils: let make expand wildcards instead of the shellPeter Korsgaard
Based on f97ce837 in Bernhard's tree.
2008-12-05toolchain/binutils: add 2.18.50.0.3Peter Korsgaard
Based on b2b5d9f2 in Bernhard's tree.
2008-12-05toolchain/*: use CONFIG_UPDATEPeter Korsgaard
Based on e0e0945e in Bernhard's tree.
2008-12-01uclibc 0.9.30: defconfig: enable UCLIBC_HAS_LONG_DOUBLE_MATHPeter Korsgaard
2008-12-01uClibc: set 0.9.30 as defaultHans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-12-01uClibc: add a default config for 0.9.30Hans-Christian Egtvedt
Courtesy Bernhard Reutner-Fischer GIT repository at http://repo.or.cz/w/buildroot.git Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-12-01uClibc: add uClibc 0.9.30 to kconfig and MakefileHans-Christian Egtvedt
This patch adds uClibc versino 0.9.30 to the list of selectable versions. The version identification for snapshot is also updated to reflect 0.9.30. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-11-30kernel-headers: bump 2.6.26.x / 2.6.27.x versionPeter Korsgaard