summaryrefslogtreecommitdiff
path: root/recipes-toolchain/toolchain.recipe
blob: 138c03d247743d2de0523b0f454634661b4cab45 (plain)
1
2
3
4
5
6
class Recipe(recipe.Recipe):
    name = 'toolchain'
    version = '8.2.0'
    stype = SourceType.CUSTOM
    btype = BuildType.CUSTOM
    deps = ['gcc', 'gendef']