 find $PREPKG -exec file {} \; \
 awk -F : '/ ELF / {print $1}' \
 xargs strip -p --strip-unneeded

