summaryrefslogtreecommitdiff
path: root/elements/gnu-toolchain/stage2-libstdcxx.bst
Commit message (Collapse)AuthorAgeFilesLines
* Update buildstream to 1.1.3franred/point-to-Update-buildstream-1.1.3Francisco Redondo Marchena2018-06-041-1/+1
| | | | | | | | | | Set up/Hard code STAGE2_SYSROOT to the root directory instead of calculating it depending on the current directory because buildstream has changed the default value of "build-root" directory and this was causing issues in the stage2 packages. See https://gitlab.com/BuildStream/buildstream/issues/414 for more information. Bump also the SHA of bst-external to fcd1fc365d0250bffe02937c89dcc31d11c299cf
* 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.
* Update GCC to 7.1.0, and GLIBC to 2.25Sam Thursfield2017-07-071-3/+3
|
* Moved all elements under the elements directoryTristan Van Berkom2017-03-221-0/+55