Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - 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 | |
| | ||||||
* | F77 is not supported on AVR32 | Ulf Samuelsson | 2007-08-01 | 1 | -0/+1 | |
| | ||||||
* | Simplify AVR32 gcc build (libmudflap, doesn't work, so applied even though ↵ | Ulf Samuelsson | 2007-08-01 | 1 | -10/+0 | |
| | | | | objections) | |||||
* | - add possibility to select which cross-compilers to build | Bernhard Reutner-Fischer | 2007-07-31 | 1 | -0/+12 | |
| | | | | - add prerequisites from the config | |||||
* | Add support for prepatched toolchains | Ulf Samuelsson | 2007-07-31 | 1 | -1/+1 | |
| | ||||||
* | Revert bad patch | Ulf Samuelsson | 2007-07-30 | 1 | -1/+2 | |
| | ||||||
* | gcc config for AVR32 | Ulf Samuelsson | 2007-07-29 | 1 | -19/+33 | |
| | ||||||
* | - add gcc-4.2.1 | Bernhard Reutner-Fischer | 2007-07-24 | 1 | -3/+8 | |
| | ||||||
* | - adjust for the released 4.2.0 version | Bernhard Reutner-Fischer | 2007-07-07 | 1 | -1/+1 | |
| | ||||||
* | Enable the option. | "Steven J. Hill" | 2007-07-05 | 1 | -3/+2 | |
| | ||||||
* | - disable sysroot support for anything but the current, stable release series | Bernhard Reutner-Fischer | 2007-06-24 | 1 | -3/+6 | |
| | ||||||
* | - add full sysroot support for non-ancient toolchains. | Bernhard Reutner-Fischer | 2007-06-20 | 1 | -0/+11 | |
| | | | | - start to separate usr/lib and lib to match normal system-layout | |||||
* | - adjust to use the gcc-4.2.0 release | Bernhard Reutner-Fischer | 2007-06-06 | 1 | -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 .config | Bernhard Reutner-Fischer | 2007-04-11 | 1 | -1/+1 | |
| | | | | - adjust a few defaults. | |||||
* | - gcc-4.1.2 released | Bernhard Reutner-Fischer | 2007-02-14 | 1 | -1/+1 | |
| | ||||||
* | - add gcc-4.0.4 | Bernhard Reutner-Fischer | 2007-02-09 | 1 | -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 like | Bernhard Reutner-Fischer | 2007-01-31 | 1 | -0/+5 | |
| | ||||||
* | - fix indentation of help texts | Bernhard Reutner-Fischer | 2007-01-28 | 1 | -14/+12 | |
| | ||||||
* | - don't rely on buggy gmp/mpfr on the host but use our own build iff we are ↵ | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -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-branch | Bernhard Reutner-Fischer | 2006-12-28 | 1 | -1/+2 | |
| | | | | Leave the rest as is. *shrug* | |||||
* | - add gfortran support | Bernhard Reutner-Fischer | 2006-12-22 | 1 | -0/+8 | |
| | ||||||
* | Update to newer snapshot. | "Steven J. Hill" | 2006-12-07 | 1 | -1/+1 | |
| | ||||||
* | update defaults | Eric Andersen | 2006-10-17 | 1 | -1/+1 | |
| | ||||||
* | add a know to enable/disable building a shared libgcc | Eric Andersen | 2006-10-02 | 1 | -0/+6 | |
| | ||||||
* | GCC 4.1.1 support (notice: not yet on ibiblio) | Peter Korsgaard | 2006-05-30 | 1 | -0/+5 | |
| | ||||||
* | libstc++ requires large file support | Peter Korsgaard | 2006-05-30 | 1 | -0/+1 | |
| | ||||||
* | add proper support for gcc snapshots | Mike Frysinger | 2006-04-13 | 1 | -3/+16 | |
| | ||||||
* | import gcc-3.4.6 | Mike Frysinger | 2006-03-17 | 1 | -0/+4 | |
| | ||||||
* | add gcc-4.0.3 release | Mike Frysinger | 2006-03-11 | 1 | -0/+5 | |
| | ||||||
* | change default gcc version to 3.4.5 | Mike Frysinger | 2006-02-20 | 1 | -1/+1 | |
| | ||||||
* | Thomas Chou: allow people to build nios2 with gcc 3.4.4/3.4.5 | Mike Frysinger | 2006-01-19 | 1 | -2/+0 | |
| | ||||||
* | incorporate patches from marc in bug #273 to add support for nios2 | Mike Frysinger | 2006-01-04 | 1 | -0/+9 | |
| | ||||||
* | - import gcc-4.2.0 | Bernhard Reutner-Fischer | 2005-12-06 | 1 | -0/+4 | |
| | | | | | | libmudflap is disabled for now. copied from 4.1.0 with slight adjustments | |||||
* | import gcc-3.4.5 | Mike Frysinger | 2005-12-06 | 1 | -0/+4 | |
| | ||||||
* | gcc 4.0.2 ver bump | Mike Frysinger | 2005-10-01 | 1 | -0/+4 | |
| | ||||||
* | Apply the fix for gcc bug #22167 | Eric Andersen | 2005-07-18 | 1 | -9/+6 | |
| | | | | | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22167 remove gcc 3.3.3, change config for sjlj exception handling a bit. | |||||
* | import 4.0.1 based on 4.0.0 | Mike Frysinger | 2005-07-10 | 1 | -0/+4 | |
| | ||||||
* | quick import of gcc-3.3.6 and gcc-3.4.4 | Mike Frysinger | 2005-05-24 | 1 | -1/+8 | |
| | ||||||
* | Weed out older, no longer maintained versions of gcc | Eric Andersen | 2005-05-01 | 1 | -19/+0 | |
| | ||||||
* | It is now official, the cause of the mysterious gcc 3.3.5 exception | Eric Andersen | 2005-05-01 | 1 | -1/+2 | |
| | | | | | | handling failure is definately sjlj. Only enable it for the apparently broken gcc 3.3.3 toolchain, which _does_ need it for exception handling to work properly. |