summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Config.in.2
AgeCommit message (Collapse)Author
2011-05-02toolchain: update gcc snapshot versionGustavo Zacarias
* Make mpc mandatory since we are probably building bleeding-edge * Change snapshot naming convention to match the source Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-04-26toolchain: add gcc 4.6.0Gustavo Zacarias
Add gcc 4.6.0 to the toolchain repertoire: Target gcc is known to be broken in some scenarios. This version is considered experimental so things may break. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-04-26toolchain: reorganize target gcc optionsGustavo Zacarias
* Move target gcc language selections to the package menu. * Disable objc & fortran options unless target gcc is selected. * Rename the "native toolchain" option to gcc. * Disable target gcc unless we're using a buildroot toolchain. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-01-03toolchain/gcc: fix target-gcc selectsPeter Korsgaard
We need to select BR2_PACKAGE_BINUTILS as well, now BINUTILS_TARGET depends on it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-01-02binutils: make it a proper packageGustavo Zacarias
* Convert binutils to a proper autotargets package * Add version 2.21 and drop version 2.17 * Hook up packaged binutils for target gcc * Build tools are on HOST_DIR now so change it * Move cross/host gcc to HOST_DIR * Drop kludge from commit 3c77bab2eeace3ee675bd745ca335fa3dd1630bb This is fixed in the next commit "gcc: install copies of libgcc, libstdc++ and libgcj to the sysroot" - tested for arm & x86_64 targets. * TARGET_CROSS now pointed to HOST_DIR too [Peter: Config.in tweaks] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-11gcc: native toolchain needs BR2_HAVE_DEVFILESPeter Korsgaard
Native toolchain doesn't make much sense without include / .a files. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-18toolchain/gcc: use depends on instead of dependsPeter Korsgaard
2007-08-01Simplify AVR32 gcc build (libmudflap, doesn't work, so applied even though ↵Ulf Samuelsson
objections)
2007-07-29gcc target config for AVR32Ulf Samuelsson
2007-01-31- remove the '"install uClibc headers in the target filesystem" without a ↵Bernhard Reutner-Fischer
native compiler' option.
2007-01-28- add an experimental BR2_PREFER_IMA.Bernhard Reutner-Fischer
Currently disfunctional for gcc-4.2 due to PR30620 and possibly others
2007-01-21- provide means to "install uClibc headers in the target filesystem" without ↵Bernhard Reutner-Fischer
a native compiler
2004-11-17add some help textMike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen