summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-common.inc
AgeCommit message (Collapse)AuthorFiles
2009-02-16gcc-common.inc: Make my last change to fpu check catch all linux variantsTom Rini1
2009-02-16gcc-common.inc: In get_gcc_fpu_setting make sure we only do soft float for ↵Tom Rini1
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-01gcc: sync with pokyKoen Kooi1
2008-03-16gcc: Move old style gcc*build*.inc includes into ↵Richard Purdie1
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-15gcc: Move more common variables to gcc-common.inc (BINV, gcclibdir, use ↵Richard Purdie1
DEBIANNAME instead of a python function, SHLIBSDIR override)
2008-03-15gcc: Clean up FILESDIR settings (move to gcc-common.inc)Richard Purdie1
2008-03-15gcc: Move get_gcc_fpu_setting into gcc-common.incRichard Purdie1
2008-03-15Create gcc-common.incRichard Purdie1