Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix gcc-clean so it doesn't remove binutils binaries per case 0000517 | David Anders | 2006-02-10 | 1 | -5/+6 |
| | |||||
* | Update gcc paths | Peter S. Mazinger | 2006-01-18 | 1 | -2/+2 |
| | |||||
* | - no need to disable libmudflap for gcc-4.2 | Bernhard Reutner-Fischer | 2005-12-21 | 1 | -3/+2 |
| | | | | - use the HOSTCC for the intermediate bootstrap compilers | ||||
* | - import gcc-4.2.0 | Bernhard Reutner-Fischer | 2005-12-06 | 1 | -4/+14 |
| | | | | | | libmudflap is disabled for now. copied from 4.1.0 with slight adjustments | ||||
* | import gcc-3.4.5 | Mike Frysinger | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | use the shared gnuconfig package to update config.sub files rather than ↵ | Mike Frysinger | 2005-11-11 | 1 | -0/+1 |
| | | | | patching them | ||||
* | control pthread support since some arches like x86_64 dont yet support it in ↵ | Mike Frysinger | 2005-10-01 | 1 | -0/+3 |
| | | | | uClibc | ||||
* | if target arch installs into a lib64 dir, make sure we move the stuff to ↵ | Mike Frysinger | 2005-09-22 | 1 | -0/+7 |
| | | | | plain old lib | ||||
* | Create some symlinks for {*-}cc since gcc 3.3.6 (at least) doesn't seem to ↵ | Manuel Novoa III | 2005-08-03 | 1 | -0/+12 |
| | | | | install them. | ||||
* | Weed out older, no longer maintained versions of gcc | Eric Andersen | 2005-05-01 | 1 | -2/+0 |
| | |||||
* | Support gcc 4.[01]. Only tried for 4.0.0 at this point. | Manuel Novoa III | 2005-04-30 | 1 | -0/+7 |
| | |||||
* | Don't forget about libgcc_s_nof.so when processing | Joakim Tjernlund | 2005-04-25 | 1 | -4/+4 |
| | | | | libgcc_s.so | ||||
* | Change all instances of 'ln -sf' to 'ln -snf' | Eric Andersen | 2005-04-15 | 1 | -3/+3 |
| | |||||
* | simplify target language selection to remove nasty nested ifeq | Eric Andersen | 2005-03-02 | 1 | -6/+10 |
| | |||||
* | teach BR2_INSTALL_LIBSTDCPP to actually install libstdc++ | Eric Andersen | 2005-03-02 | 1 | -5/+12 |
| | |||||
* | pdinoto writes: | Eric Andersen | 2005-02-25 | 1 | -0/+4 |
| | | | | | | This patch adds an option in GCC config to compile Objective-C language support in the toolchain. It is disabled by default, so it is not intrusive. | ||||
* | Kill off old unused JLEVEL junk | Eric Andersen | 2004-12-11 | 1 | -6/+6 |
| | |||||
* | Kristian Hoffmann writes: | Eric Andersen | 2004-10-19 | 1 | -2/+2 |
| | | | | | | | | | TARGET_LANGUAGES wasn't being set correctly if you enable GCJ or C++ in the buildroot config. It looks like INSTALL_LIBSTDCPP and INSTALL_LIBGCJ were renamed to BR2_INSTALL_... in the config system, but not in the gcc and ccache makefiles. -Kristian | ||||
* | fix the gcc_target-clean target | Mike Frysinger | 2004-10-19 | 1 | -1/+1 |
| | |||||
* | -xvf -> $(TAR_OPTIONS) | Mike Frysinger | 2004-10-11 | 1 | -1/+1 |
| | |||||
* | Fixup SOFT_FLOAT handling | Eric Andersen | 2004-10-09 | 1 | -3/+3 |
| | |||||
* | facelift step number two | Eric Andersen | 2004-10-09 | 1 | -4/+4 |
| | |||||
* | Major buildroot facelift, step one. | Eric Andersen | 2004-10-09 | 1 | -0/+321 |
-Erik |