Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | toolchain/gcc: bump 4.4.x version to 4.4.4 | Peter Korsgaard | 2010-05-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Get rid of all usages of BR2_RECENT | Thomas Petazzoni | 2010-04-12 | 1 | -2/+0 |
| | | | | | | | | | | | | Since BR2_RECENT was enabled by default, we do not want entries marked BR2_RECENT (and thus appearing by default in Buildroot) to disappear. Therefore, all the entries marked BR2_RECENT are converted as non-deprecated. We can later decide, on a per-entry basis, to add BR2_DEPRECATED to some of them. But at least, this commit doesn't change the default current behaviour of Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | gcc: hide shared libgcc option if BR2_PREFER_STATIC_LIB is enabled | Peter Korsgaard | 2010-04-05 | 1 | -0/+1 |
| | | | | | | Shared libgcc without shared libs doesn't make much sense. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | get rid of broken nios2 support | Peter Korsgaard | 2010-03-30 | 1 | -9/+9 |
| | | | | | | | Has been marked as broken for more than 1 year, with no indication that anyone cares, and it needs a bunch of special handling. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | toolchain/gcc: bump 4.4.x version | Peter Korsgaard | 2010-01-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | gcc: improve configuration for snapshot versions | Thomas Petazzoni | 2009-12-14 | 1 | -5/+6 |
| | | | | | | | Make the selection of a snapshot version a normal gcc version choice, and make sure BR2_GCC_VERSION is properly defined. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | gcc: on avr32, only allow avr32 gcc versions | Thomas Petazzoni | 2009-12-14 | 1 | -9/+6 |
| | | | | | | | Remove references to BR2_EXT_GCC_VERSION_* configuration options, and only allows special avr32 gcc versions on the AVR32 architecture. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | gcc: add avr32 special version | Thomas Petazzoni | 2009-12-14 | 1 | -1/+6 |
| | | | | | | | | | | | | * Add new gcc version 4.2.2-avr32-2.1.5 in Config.in * Select the Atmel mirror to download gcc with avr32 in their version name, in gcc-uclibc-*.mk * Do not apply patches if the patch directory is empty, in gcc-uclibc-*.mk Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | toolchain/gcc: get rid of ancient 3.4.6 / 4.0.4 versions | Peter Korsgaard | 2009-10-29 | 1 | -14/+2 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | toolchain/gcc: simplify BR2_GCC_SUPPORTS_* logic | Peter Korsgaard | 2009-10-29 | 1 | -2/+0 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | toolchain/gcc: remove unused (commented out) 4.3 snapshot | Peter Korsgaard | 2009-10-29 | 1 | -6/+0 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | toolchain/gcc: bump 4.4.x version | Peter Korsgaard | 2009-10-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Add a config option for gcc tls support, rather than disabling it blindly | Austin Foxley | 2009-09-23 | 1 | -0/+7 |
| | | | | | | | | Defaulted to yes, but blocked it from gcc 4.4.x since the disable was originally added because of problems with its c++ support reportedly. Signed-off-by: Austin Foxley <austinf@cetoncorp.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | toolchain/gcc: make 4.3.4 default | Peter Korsgaard | 2009-09-10 | 1 | -2/+3 |
| | | | | | | There still seems to be some issues with 4.4.x and C++. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | toolchain/gcc: add 4.3.4 | Peter Korsgaard | 2009-08-05 | 1 | -0/+5 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | toolchain/gcc: remove deprecated 4.3.1 version | Peter Korsgaard | 2009-08-05 | 1 | -6/+0 |
| | | | | | | People should use the most recent 4.3.x version to get all the bugfixes. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | toolchain/gcc: bump 4.4.x version | Peter Korsgaard | 2009-07-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | toolchain/gcc: java needs largefile support | Peter Korsgaard | 2009-04-27 | 1 | -0/+1 |
| | |||||
* | toolchain/gcc: fix java support | Peter Korsgaard | 2009-04-27 | 1 | -0/+4 |
| | | | | Not runtime tested, but now it atleast builds. | ||||
* | toolchain/gcc: add 4.4.0 | Peter Korsgaard | 2009-04-23 | 1 | -0/+5 |
| | |||||
* | toolchain/gcc: shared libgcc broken for sparc, so disable it | Peter Korsgaard | 2009-04-15 | 1 | -0/+1 |
| | |||||
* | toolchain/gcc: add 4.3.3 | Peter Korsgaard | 2009-02-13 | 1 | -2/+8 |
| | |||||
* | Extend External Toolchain options (match buildroot built toolchain): | Daniel Laird | 2009-01-30 | 1 | -13/+0 |
| | | | | | | | | | | 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> | ||||
* | Update broken AVR32 toolchain, and update configs for this, deprecate all ↵ | Ulf Samuelsson | 2009-01-16 | 1 | -2/+1 |
| | | | | but latest AVR32 toolchain | ||||
* | 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 |
| | |||||
* | * Added option to build with gcc 4.3.2 | Nigel Kukard | 2008-12-31 | 1 | -0/+5 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -8/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵ | Ulf Samuelsson | 2008-07-04 | 1 | -5/+11 |
| | | | | locations for prepatched toolchain to be under the toolchain directory | ||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -1/+1 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | toolchain/gcc: add 4.3.1 | Peter Korsgaard | 2008-06-19 | 1 | -0/+5 |
| | | | | Based on Bernhards tree. | ||||
* | toolchain/gcc: mark old versions as deprecated | Peter Korsgaard | 2008-06-19 | 1 | -0/+2 |
| | |||||
* | toolchain/gcc: use depends on instead of depends | Peter Korsgaard | 2008-06-18 | 1 | -11/+10 |
| | |||||
* | toolchain: gcc 4.2.4 support | Peter Korsgaard | 2008-06-13 | 1 | -3/+8 |
| | |||||
* | * Removed GCC 4.2.0, added GCC 4.2.3 (take 2) | Nigel Kukard | 2008-03-30 | 1 | -9/+8 |
| | |||||
* | * Reverted r21540 | Nigel Kukard | 2008-03-28 | 1 | -13/+10 |
| | |||||
* | * Bumped GCC to 4.2.2, removed 4.2.0 | Nigel Kukard | 2008-03-28 | 1 | -10/+13 |
| | |||||
* | Update AVR32 toolchain with new binutils and uClibc, This time it works ↵ | Ulf Samuelsson | 2007-10-13 | 1 | -2/+5 |
| | | | | (cross-fingers) | ||||
* | Allow longer history for package versions | Ulf Samuelsson | 2007-10-07 | 1 | -1/+1 |
| | |||||
* | - revert some bad checkins, fixup bad settings in atmel targets and move the ↵ | Bernhard Reutner-Fischer | 2007-09-26 | 1 | -34/+0 |
| | | | | gcc target abi back to a place where the other arch-specific settings live | ||||
* | "Project Name" needed before "root" file system can be copied. | Ulf Samuelsson | 2007-09-26 | 1 | -0/+34 |
| | | | | | | | | Put first according to principle of configuration order Merge root skeleton configuration to one place - currently in package/busybox/Config.in - Should maybe have it's own Config.in gcc ABI configuration moved from toplevel to toolchain/gcc/Config.in | ||||
* | - fix typo | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | - build a cross c++ compiler if we're asked to build libstdc++ | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -1/+1 |
| | |||||
* | - Schedule removal of ancient versions (configuration part). | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -65/+17 |
| | |||||
* | - revert patch that obfuscates the config UI and doesn't reflect the order ↵ | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -34/+0 |
| | | | | of config steps | ||||
* | Reorganize configs to even more logical positions | Ulf Samuelsson | 2007-09-24 | 1 | -0/+34 |
| | |||||
* | - Subsume and collaps toolchain options in one menu | Bernhard Reutner-Fischer | 2007-09-22 | 1 | -1/+1 |
| | | | | | This is ment to ease configuration by providing toolchain related options in one place No functional changes, just shuffling the menus around.. | ||||
* | - fix typo. This is an lxdialog bug for "depends on !!CONFIG_SYMBOL" where ↵ | Bernhard Reutner-Fischer | 2007-09-20 | 1 | -1/+1 |
| | | | | the double negation produces an error that is not reported, from the looks.. | ||||
* | - exclude other old, deprecated and unsupported versions of gcc | Bernhard Reutner-Fischer | 2007-09-19 | 1 | -1/+1 |
| | |||||
* | - 4.2.1 obsoletes 4.2.0 | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| |