Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-02-16 | gcc-common.inc: Make my last change to fpu check catch all linux variants | Tom Rini | 1 | |
2009-02-16 | gcc-common.inc: In get_gcc_fpu_setting make sure we only do soft float for ↵ | Tom Rini | 1 | |
targets. When we build canadian toolchains (ie mingw-gcc-cross) we run this function, but we don't want it really it to so add a check on TARGET_OS=linux. Fixes building for TARGET_FPU=soft mipsel for example. | ||||
2008-10-01 | gcc: sync with poky | Koen Kooi | 1 | |
2008-03-16 | gcc: Move old style gcc*build*.inc includes into ↵ | Richard Purdie | 1 | |
gcc-configure-{target|cross|sdk} and a common include file. Factor some common data not related to configure into gcc-common.inc. Rewrite 3.3.3 and 3.3.4 recipes to use standard includes (tested and they work). | ||||
2008-03-15 | gcc: Move more common variables to gcc-common.inc (BINV, gcclibdir, use ↵ | Richard Purdie | 1 | |
DEBIANNAME instead of a python function, SHLIBSDIR override) | ||||
2008-03-15 | gcc: Clean up FILESDIR settings (move to gcc-common.inc) | Richard Purdie | 1 | |
2008-03-15 | gcc: Move get_gcc_fpu_setting into gcc-common.inc | Richard Purdie | 1 | |
2008-03-15 | Create gcc-common.inc | Richard Purdie | 1 | |