summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/gcc-uclibc-3.x.mk
Commit message (Collapse)AuthorAgeFilesLines
* Weed out older, no longer maintained versions of gccEric Andersen2005-05-011-2/+0
|
* Support gcc 4.[01]. Only tried for 4.0.0 at this point.Manuel Novoa III2005-04-301-0/+7
|
* Don't forget about libgcc_s_nof.so when processingJoakim Tjernlund2005-04-251-4/+4
| | | | libgcc_s.so
* Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen2005-04-151-3/+3
|
* simplify target language selection to remove nasty nested ifeqEric Andersen2005-03-021-6/+10
|
* teach BR2_INSTALL_LIBSTDCPP to actually install libstdc++Eric Andersen2005-03-021-5/+12
|
* pdinoto writes:Eric Andersen2005-02-251-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 junkEric Andersen2004-12-111-6/+6
|
* Kristian Hoffmann writes:Eric Andersen2004-10-191-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 targetMike Frysinger2004-10-191-1/+1
|
* -xvf -> $(TAR_OPTIONS)Mike Frysinger2004-10-111-1/+1
|
* Fixup SOFT_FLOAT handlingEric Andersen2004-10-091-3/+3
|
* facelift step number twoEric Andersen2004-10-091-4/+4
|
* Major buildroot facelift, step one.Eric Andersen2004-10-091-0/+321
-Erik