summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* Extend External Toolchain options (match buildroot built toolchain): Daniel Laird2009-01-301-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 Samuelsson2009-01-161-2/+1
| | | | but latest AVR32 toolchain
* toolchain/gcc: mark old versions as deprecatedPeter Korsgaard2009-01-161-1/+7
|
* toolchain/gcc: default to 4.3.2 for !AVR32Peter Korsgaard2009-01-161-1/+1
|
* * Added option to build with gcc 4.3.2Nigel Kukard2008-12-311-0/+5
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-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 Samuelsson2008-07-041-5/+11
| | | | locations for prepatched toolchain to be under the toolchain directory
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-1/+1
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* toolchain/gcc: add 4.3.1Peter Korsgaard2008-06-191-0/+5
| | | | Based on Bernhards tree.
* toolchain/gcc: mark old versions as deprecatedPeter Korsgaard2008-06-191-0/+2
|
* toolchain/gcc: use depends on instead of dependsPeter Korsgaard2008-06-181-11/+10
|
* toolchain: gcc 4.2.4 supportPeter Korsgaard2008-06-131-3/+8
|
* * Removed GCC 4.2.0, added GCC 4.2.3 (take 2)Nigel Kukard2008-03-301-9/+8
|
* * Reverted r21540Nigel Kukard2008-03-281-13/+10
|
* * Bumped GCC to 4.2.2, removed 4.2.0Nigel Kukard2008-03-281-10/+13
|
* Update AVR32 toolchain with new binutils and uClibc, This time it works ↵Ulf Samuelsson2007-10-131-2/+5
| | | | (cross-fingers)
* Allow longer history for package versionsUlf Samuelsson2007-10-071-1/+1
|
* - revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer2007-09-261-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 Samuelsson2007-09-261-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 typoBernhard Reutner-Fischer2007-09-251-1/+1
|
* - build a cross c++ compiler if we're asked to build libstdc++Bernhard Reutner-Fischer2007-09-251-1/+1
|
* - Schedule removal of ancient versions (configuration part).Bernhard Reutner-Fischer2007-09-251-65/+17
|
* - revert patch that obfuscates the config UI and doesn't reflect the order ↵Bernhard Reutner-Fischer2007-09-251-34/+0
| | | | of config steps
* Reorganize configs to even more logical positionsUlf Samuelsson2007-09-241-0/+34
|
* - Subsume and collaps toolchain options in one menuBernhard Reutner-Fischer2007-09-221-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-Fischer2007-09-201-1/+1
| | | | the double negation produces an error that is not reported, from the looks..
* - exclude other old, deprecated and unsupported versions of gccBernhard Reutner-Fischer2007-09-191-1/+1
|
* - 4.2.1 obsoletes 4.2.0Bernhard Reutner-Fischer2007-08-211-1/+1
|
* F77 is not supported on AVR32Ulf Samuelsson2007-08-011-0/+1
|
* Simplify AVR32 gcc build (libmudflap, doesn't work, so applied even though ↵Ulf Samuelsson2007-08-011-10/+0
| | | | objections)
* - add possibility to select which cross-compilers to buildBernhard Reutner-Fischer2007-07-311-0/+12
| | | | - add prerequisites from the config
* Add support for prepatched toolchainsUlf Samuelsson2007-07-311-1/+1
|
* Revert bad patchUlf Samuelsson2007-07-301-1/+2
|
* gcc config for AVR32Ulf Samuelsson2007-07-291-19/+33
|
* - add gcc-4.2.1Bernhard Reutner-Fischer2007-07-241-3/+8
|
* - adjust for the released 4.2.0 versionBernhard Reutner-Fischer2007-07-071-1/+1
|
* Enable the option."Steven J. Hill"2007-07-051-3/+2
|
* - disable sysroot support for anything but the current, stable release seriesBernhard Reutner-Fischer2007-06-241-3/+6
|
* - add full sysroot support for non-ancient toolchains.Bernhard Reutner-Fischer2007-06-201-0/+11
| | | | - start to separate usr/lib and lib to match normal system-layout
* - adjust to use the gcc-4.2.0 releaseBernhard Reutner-Fischer2007-06-061-6/+11
| | | | | - adjust default gdb version to 6.6 - fix stripping gmp/mpfr due to recent LIBTGTEXT changes
* - store BR2_PACKAGE_LINUX_KCONFIG and BR2_PACKAGE_LINUX_FORMAT in .configBernhard Reutner-Fischer2007-04-111-1/+1
| | | | - adjust a few defaults.
* - gcc-4.1.2 releasedBernhard Reutner-Fischer2007-02-141-1/+1
|
* - add gcc-4.0.4Bernhard Reutner-Fischer2007-02-091-7/+16
| | | | - add knob to enable unsupported, deprecated, obsoleted versions of packages
* - add gcc-4.1.2 (release candidate1). Send bugs etc to MarkM, if you feel likeBernhard Reutner-Fischer2007-01-311-0/+5
|
* - fix indentation of help textsBernhard Reutner-Fischer2007-01-281-14/+12
|
* - don't rely on buggy gmp/mpfr on the host but use our own build iff we are ↵Bernhard Reutner-Fischer2007-01-221-0/+4
| | | | about to build a somewhat current toolchain.
* - I'm pretty sure that i don't want LFS support on the gcc-4_2-branchBernhard Reutner-Fischer2006-12-281-1/+2
| | | | Leave the rest as is. *shrug*
* - add gfortran supportBernhard Reutner-Fischer2006-12-221-0/+8
|
* Update to newer snapshot."Steven J. Hill"2006-12-071-1/+1
|
* update defaultsEric Andersen2006-10-171-1/+1
|