Skip to content

Use system strip if package arch is the same as system arch, otherwise use strip for target arch

Thermi requested to merge Thermi/abuild:fix-cross-compile-ld into master

Fixes cross compile ld issue I checked the build time variables available in abuild at the time of the check against the prefix for the correct ld and used the one I felt would most likely be the right one. In any case, the code should be doing the right thing.

Edited by Thermi

Merge request reports