Merge "Remove strip.sh intermediates"
This commit is contained in:
@@ -98,6 +98,7 @@ do_strip_keep_mini_debug_info() {
|
|||||||
else
|
else
|
||||||
"${CROSS_COMPILE}objcopy" --add-section .gnu_debugdata="${outfile}.mini_debuginfo.xz" "${outfile}.tmp"
|
"${CROSS_COMPILE}objcopy" --add-section .gnu_debugdata="${outfile}.mini_debuginfo.xz" "${outfile}.tmp"
|
||||||
fi
|
fi
|
||||||
|
rm -f "${outfile}.dynsyms" "${outfile}.funcsyms" "${outfile}.keep_symbols" "${outfile}.debug" "${outfile}.mini_debuginfo" "${outfile}.mini_debuginfo.xz"
|
||||||
else
|
else
|
||||||
cp -f "${infile}" "${outfile}.tmp"
|
cp -f "${infile}" "${outfile}.tmp"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user