Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |