summaryrefslogtreecommitdiff
path: root/pkg/binutils/gen.lua
AgeCommit message (Collapse)Author
2020-06-05binutils: Disable local return warningsMichael Forney
This is a false-positive. binutils asserts that the locals are not returned.
2020-06-05Use -isystem to include library headersMichael Forney
This way, warnings from headers that come from another package (in particular linux-headers) won't show up when they get included. To make sure we still track dependencies, use -MD instead of -MMD.
2020-05-25Start to support configurable prefixMichael Forney
2020-05-10Lua 5.1 compatibilityMichael Forney
2020-03-01binutils: Simplify linking using libcommon.aMichael Forney
2020-03-01binutils: Simplify bfd includesMichael Forney
2020-03-01binutils: Generate ldemul-list.sh with a shell scriptMichael Forney
2020-02-12binutils: Build ranlibMichael Forney
2020-02-12binutils: Declare missing dependenciesMichael Forney
2020-02-12Add binutils 2.34Michael Forney