summaryrefslogtreecommitdiff
path: root/elements/gnu-toolchain/stage2-binutils.bst
Commit message (Collapse)AuthorAgeFilesLines
* gnu-toolchain: Fix debug stripping for cross-builds of stage2Sam Thursfield2017-08-311-0/+4
| | | | | | | | | | | | The stage2 elements were all using the default strip-commands which don't take into account the fact that we might be cross-compiling. An `objcopy` build for one architecture will ignore binaries for other architectures that it doesn't understand, so in practice no stripping was taking place for the stage2 components when we were doing cross-builds. With this change, a stage2 sysroot containing just the 'runtime' and 'devel' domains has gone from 889MB to 306MB.
* Moved all elements under the elements directoryTristan Van Berkom2017-03-221-0/+40