summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-04-14 19:33:12 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-05-08 11:34:00 +0200
commit9e6c001a08c60dbfe5609c38481d92b1c1064ec3 (patch)
tree3ac765e0deac4b5e58d7161b73c249ce7f5b30e4 /rules
parent40d8f92a55bcbbb4bf9f337088481f942bc7b8ca (diff)
downloadOSELAS.Toolchain-9e6c001a08c60dbfe5609c38481d92b1c1064ec3.tar.gz
OSELAS.Toolchain-9e6c001a08c60dbfe5609c38481d92b1c1064ec3.tar.xz
cross-binutils: create the extra symlinks in extract.post
They are created outside of the pkgdir, so this is the correct stage. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/cross-binutils.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/cross-binutils.make b/rules/cross-binutils.make
index 0b92b8b..f29c2f8 100644
--- a/rules/cross-binutils.make
+++ b/rules/cross-binutils.make
@@ -75,7 +75,11 @@ endif
@for bin in $(CROSS_BINUTILS_PKGDIR)$(PTXCONF_PREFIX_CROSS)/$(PTXCONF_GNU_TARGET)/bin/*; do \
ln -vsf ../../bin/$(COMPILER_PREFIX)$$(basename $${bin}) $${bin} || break; \
done
+ @$(call touch)
+$(STATEDIR)/cross-binutils.install.post:
+ @$(call targetinfo)
+ @$(call world/install.post, CROSS_BINUTILS)
mkdir -p "$(CROSS_GCC_FIRST_PREFIX)/$(PTXCONF_GNU_TARGET)/bin"
for file in \
ar \