linux5.9: remove pahole aarch64 fix
This commit is contained in:
parent
d7e3e6f981
commit
90e4ccfc0a
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue