abuild: crosscompile support for strip

This commit is contained in:
Natanael Copa 2013-07-02 08:18:47 +02:00
parent 076ecdf315
commit 4edf77e50f

View File

@ -1581,7 +1581,7 @@ stripbin() {
msg "Stripping binaries" msg "Stripping binaries"
scanelf --recursive --nobanner --etype "ET_DYN,ET_EXEC" . \ scanelf --recursive --nobanner --etype "ET_DYN,ET_EXEC" . \
| sed -e 's:^ET_DYN ::' -e 's:^ET_EXEC ::' \ | sed -e 's:^ET_DYN ::' -e 's:^ET_EXEC ::' \
| xargs -r strip | xargs -r ${CROSS_COMPILE}strip
} }
# simply list target apks # simply list target apks