linux5.9: remove pahole aarch64 fix

This commit is contained in:
Andrew Benson 2020-12-04 16:45:13 -06:00 committed by Andrew Benson
parent d7e3e6f981
commit 90e4ccfc0a

View file

@ -73,12 +73,6 @@ do_configure() {
mips*) arch=mips;;
esac
case "$XBPS_TARGET_MACHINE" in
aarch64*) # XXX: fix segfault in pahole 1.18; should be fixed in new releases
vsed -i scripts/link-vmlinux.sh -e's;${PAHOLE} -J;& --btf_encode_force;'
;;
esac
if [ -f ${FILESDIR}/${subarch:-$arch}-dotconfig-custom ]; then
msg_normal "Detected a custom .config file for your arch, using it.\n"
cp -f ${FILESDIR}/${subarch:-$arch}-dotconfig-custom .config