]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
strip: Make this work when cross-compiling
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Feb 2022 12:51:24 +0000 (12:51 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 22 Feb 2022 19:41:39 +0000 (19:41 +0000)
commitd79715dbf9de0131e69048e545c9684652d8151a
tree16939f1171c71ed36cd97f3c457696bc969d3b49
parent3080500ddcd53893716222f69bea782060c3425a
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