]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
strip: Make this work when cross-compiling
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 9 Feb 2022 09:28:09 +0000 (09:28 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Feb 2022 12:46:03 +0000 (12:46 +0000)
commit3ed6717732f06d6ced7ed697505e6b74759c47f8
tree16939f1171c71ed36cd97f3c457696bc969d3b49
parent93483e215f102eb9b297bc3153bf1afc469cb85c
strip: Make this work when cross-compiling

The host might not have the correct tools to strip a foreign
architecture, therefore we need to use the cross tools.

The crosstools might be built in an architecture that they
cannot strip themselves and since they are not being part of the
packaged toolchain, we will just skip them.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/strip
src/stripper