summaryrefslogtreecommitdiff
path: root/elements/gnu-toolchain/stage2.bst
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-20 08:50:58 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-20 08:50:58 +0000
commitad00652f93416d4dfc4ce13c02640430dcf4b83b (patch)
treea568fd613773c923310b9047accbe8720b47a0bc /elements/gnu-toolchain/stage2.bst
parentcd0d9657acec4b0c66dbe78c3358c287b2c79d14 (diff)
downloaddefinitions-ad00652f93416d4dfc4ce13c02640430dcf4b83b.tar.gz
gnu-toolchain: Move `ldconfig` to first element of stage 3
Having integration commands in stage2.bst breaks cross compiling, because trying to check them out on the host will result in the integration commands attempting to run and failing due to the shell and all other binaries being built for a different architecture. This may not be the perfect solution but it works for now.
Diffstat (limited to 'elements/gnu-toolchain/stage2.bst')
-rw-r--r--elements/gnu-toolchain/stage2.bst9
1 files changed, 0 insertions, 9 deletions
diff --git a/elements/gnu-toolchain/stage2.bst b/elements/gnu-toolchain/stage2.bst
index ccabaf58..70884374 100644
--- a/elements/gnu-toolchain/stage2.bst
+++ b/elements/gnu-toolchain/stage2.bst
@@ -11,12 +11,3 @@ depends:
- gnu-toolchain/stage2-make.bst
- gnu-toolchain/stage2-fake-bash.bst
- gnu-toolchain/stage2-reset-specs.bst
-
-# Stage 2 is a minimal base used to build the
-# base runtime, must ldconfig when building on stage2
-public:
- bst:
- integration-commands:
- - |
- # In this stage, it may be that ld.so.conf doesnt exist yet
- ldconfig || exit 0