summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/gcc/gcc-4.7.inc
Commit message (Collapse)AuthorAgeFilesLines
* gcc-package-target: add libexec for pluginSaul Wold2012-05-031-1/+1
| | | | | | | | Fixes: ERROR: For recipe gcc, the following files/directories were installed but not shipped in any package: ERROR: /usr/libexec/gcc/i586-poky-linux/4.7.1/plugin/gengtype Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gcc-4.7: Let cpp specs honor include searches in relocated install treeKhem Raj2012-04-261-0/+6
| | | | | | Fix from Yocto Bug 2074 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcc-4.7: Lower the internal consistency check level to releaseKhem Raj2012-04-261-0/+1
| | | | | | | | | This should help in speeding up compilation at the expense of a bit less info when gcc ICEs but we dont get many gcc ICEs and therefore using --enable-checking=release is right balance Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcc-4.7: Disable cloog and pplKhem Raj2012-04-261-0/+2
| | | | | | | | | If build system has those libraries installed gcc configure will pick them up. We want consistent builds so we disable them since we do not (yet) support them Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcc-4.7: Define own do_configure_prependKhem Raj2012-04-261-0/+18
| | | | | | gcc-4.7 does not define STANDARD_INCLUDE_DIR Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcc-4.7: Add recipesKhem Raj2012-04-261-0/+102
Add new recipes for gcc-4_7-branch right now gcc 4.7.0 is latest release from this branch Signed-off-by: Khem Raj <raj.khem@gmail.com>