summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-101-0/+6
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* Philip Rakity writes:Eric Andersen2005-01-231-1/+3
| | | | | | | | | | | | | | | Hi Eric, I writing privately since I have not heard from Mike for 2 weeks about a one line patch to the gcc Makefile.in to allow the extra gcc options to be passed in. The patch is below and without it -- gcc extra's like --with-cpu=xscale do not work. The patch is as follows:
* add gcc 3.3.5/3.4.3 optionsMike Frysinger2004-11-171-1/+0
|
* Kristian Hoffmann writes:Eric Andersen2004-10-191-5/+0
| | | | | | | | | 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
* Fixup SOFT_FLOAT handlingEric Andersen2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-091-0/+5
|
* Major buildroot facelift, step one.Eric Andersen2004-10-091-0/+27
-Erik