summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteven Barrett2023-08-27 16:17:23 -0500
committerSteven Barrett2023-08-27 16:17:23 -0500
commitc622099099d1b33802af6cd052ade11d8b527df0 (patch)
tree3eb88a5b95f3cb9e49dd1411afa6577e3612f428 /PKGBUILD
parent4f11b4bbec4eee7af18f8672a9f9a7468316f442 (diff)
downloadaur-c622099099d1b33802af6cd052ade11d8b527df0.tar.gz
Remove debug workarounds, we no longer build with CONFIG_DEBUG_INFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9013fee414e2..32bb66182d5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -215,10 +215,6 @@ prepare() {
fi
fi
- ## Use DWARF5 debug info for Arch
- echo "Upgrading debug info from toolchain default to DWARF v5..."
- scripts/config -e CONFIG_DEBUG_INFO_DWARF5
-
### Running make nconfig
[[ -z "$_makenconfig" ]] || make nconfig
@@ -290,10 +286,6 @@ _package-headers() {
# required when STACK_VALIDATION is enabled
install -Dt "$builddir/tools/objtool" tools/objtool/objtool
- # required when DEBUG_INFO_BTF_MODULES is enabled
- install -Dt "$builddir/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids \
- || true
-
echo "Installing headers..."
cp -t "$builddir" -a include
cp -t "$builddir/arch/x86" -a arch/x86/include