summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/gcc/gcc-common.inc
AgeCommit message (Expand)AuthorFiles
2017-02-15classes: Drop now unneeded update_data callsRichard Purdie1
2017-01-26gcc: Split builddir saving into its own sstate taskRichard Purdie1
2016-12-16meta: remove True option to getVar callsJoshua Lock1
2016-05-13libgcc: Ensure that gcc configure options are passed to libgcc tooKhem Raj1
2016-04-14gcc-common.inc: String format tweak for available tunesnoel eck1
2015-11-16gcc: Update default Power GCC settings to use secure-pltMark Hatle1
2015-07-07gcc: update i586 TARGET_ARCH tests to also handle i686Andre McCurdy1
2014-12-03gcc: Rework shared workRichard Purdie1
2014-11-09gcc: Fix intermittent failures during configureMark Hatle1
2014-09-16gcc-configure/gcc-common: Move preconfigure definition to common includeRichard Purdie1
2014-09-01recipes: Remove references to eglibcKhem Raj1
2014-08-15gcc: Abstract long double configuration into python functionKhem Raj1
2014-08-15sdk: change EXTRA_OECONF_FPU to EXTRA_OECONF_GCC_FLOATPeter A. Bigot1
2014-05-03gcc-common: Ensure checksums don't change to match old behaviourRichard Purdie1
2014-05-01Add texinfo.bbclass; recipes that use texinfo utils at build-time inherit it.Max Eliaser1
2014-05-01gcc-common: Only apply fpu settings to target gccRichard Purdie1
2014-04-30gcc-common/gcc-configure-common: Move gnu-configize to its own shared taskRichard Purdie1
2014-04-30binutils/gcc/gdb: Add TARGET_ARCH to PN for all cross recipesRichard Purdie1
2014-04-25Globally replace oe.utils.contains to bb.utils.containsOtavio Salvador1
2014-01-02Replace one-line DESCRIPTION with SUMMARYPaul Eggleton1
2013-12-20sstate: Convert to use ':' as a filename sperator and use SSTATE_SWSPEC globallyRichard Purdie1
2013-12-18sstate/gcc: Fix shared workdir handling for siginfo filesRichard Purdie1
2013-12-05classes/recipes: More optimal DISTRO_FEATURES referencesRichard Purdie1
2013-11-29base/gcc-common: Ensure umask setting is consistent for shared workdirRichard Purdie1
2013-11-12gcc-common: Enable building multiarch mips gccLei Liu1
2013-10-04gcc-common: Improve fpu code checksum dependenciesRichard Purdie1
2013-09-13bitbake.conf/package: Collapse PKGDATA_DIR into a single machine specific dir...Richard Purdie1
2013-03-18gcc-common: Exclude AVAILTUNES from sstate checksumsRichard Purdie1
2013-03-04gcc-common.inc: handle case where tune is not definedMatthew McClintock1
2013-02-01gcc: enable multilib for target gccConstantin Musca1
2012-11-21gcc: Use FILESPATH instead of FILESDIR and cleanup/simplifyRichard Purdie1
2012-09-25gcc-common.inc: Consider multilib when renaming libgcc for debian'nessKhem Raj1
2012-09-21gcc: Use 4.7.2 release tarballKhem Raj1
2012-09-21bitbake.conf/gcc-common.inc: Fix STAMPCLEAN expressionRichard Purdie1
2012-09-20bitbake.conf/gcc: Add clean masks for stamp filesRichard Purdie1
2012-07-17gcc: Convert do_headerfix into a definitive patchKhem Raj1
2012-07-09gcc-common: Don't use "is" for comparing strings, use "=="Kartik Mohta1
2012-06-11gcc-common: Replace use of TARGET_ARCH with TRANSLATED_TARGET_ARCHKhem Raj1
2012-06-11gcc-common: Enable hardfloat ABI when target is armKhem Raj1
2012-05-24gcc: Grok for callconvention-hard to enable hard floatKhem Raj1
2012-03-05meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie1
2012-03-05meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie1
2012-02-21gcc: Excluding the DATE/SRCDATE from do_patch dependency.Lianhao Lu1
2012-02-10gcc: Ensure same sstate hashes for shared soruce directoryLianhao Lu1
2012-01-24gcc-common.inc: Fix commentRichard Purdie1
2012-01-24gcc-common.inc: Ensure WORKDIR doesn't adversly affect sstate checksumsRichard Purdie1
2012-01-23gcc: Ensure that the shared source directory shared the same sstate hashesRichard Purdie1
2011-11-30Fix multiarch DISTRO_FEATUREJulian Pidancet1
2011-11-29Introduce multiarch DISTRO_FEATUREJulian Pidancet1
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie1