Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - unify the GCC_WITH_ configure options and make them active | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -0/+13 |
| | |||||
* | - make sure that we do not confuse versions (due to how findstring works) | Bernhard Reutner-Fischer | 2007-04-02 | 1 | -3/+3 |
| | |||||
* | - 4.0.4 *seems* to support this too, so just exclude anything that is even ↵ | Bernhard Reutner-Fischer | 2007-02-09 | 1 | -4/+2 |
| | | | | older than that one. | ||||
* | - allow intermodule also for 4.1 | Bernhard Reutner-Fischer | 2007-02-04 | 1 | -4/+3 |
| | |||||
* | - add an experimental BR2_PREFER_IMA. | Bernhard Reutner-Fischer | 2007-01-28 | 1 | -0/+14 |
| | | | | Currently disfunctional for gcc-4.2 due to PR30620 and possibly others | ||||
* | - for the native target gcc, drop --enable-optspace in favour of using the ↵ | Bernhard Reutner-Fischer | 2007-01-26 | 1 | -1/+13 |
| | | | | | | | | | | | configured flags (that default to -Os anyway). Saves about 20% size without additional configure args: text data bss dec hex filename 4685000 17280 566360 5268640 5064a0 optspace/i586-linux-uclibc/4.2.0/cc1 3630655 15184 562172 4208011 40358b usrflags/i586-linux-uclibc/4.2.0/cc1 4853646 23532 568528 5445706 53184a optspace/i586-linux-uclibc/4.2.0/f951 3772121 21292 564148 4357561 427db9 usrflags/i586-linux-uclibc/4.2.0/f951 | ||||
* | - handle all gcc-4.x for the softfloat case. | Bernhard Reutner-Fischer | 2007-01-21 | 1 | -4/+2 |
| | |||||
* | - workaround vi's syntax highlighting | Bernhard Reutner-Fischer | 2006-12-12 | 1 | -4/+6 |
| | |||||
* | add proper support for gcc snapshots | Mike Frysinger | 2006-04-13 | 1 | -1/+5 |
| | |||||
* | Apply the fix for gcc bug #22167 | Eric Andersen | 2005-07-18 | 1 | -2/+4 |
| | | | | | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22167 remove gcc 3.3.3, change config for sjlj exception handling a bit. | ||||
* | Fix soft float options for gcc 4. | Manuel Novoa III | 2005-04-30 | 1 | -0/+7 |
| | |||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 1 | -0/+6 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | Philip Rakity writes: | Eric Andersen | 2005-01-23 | 1 | -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 options | Mike Frysinger | 2004-11-17 | 1 | -1/+0 |
| | |||||
* | Kristian Hoffmann writes: | Eric Andersen | 2004-10-19 | 1 | -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 handling | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 1 | -0/+5 |
| | |||||
* | Major buildroot facelift, step one. | Eric Andersen | 2004-10-09 | 1 | -0/+27 |
-Erik |