summaryrefslogtreecommitdiff
path: root/core/binutils
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-04-16 11:04:08 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-04-16 11:04:08 +0200
commit41bd5ed493f0e15e40a023df8f7135a5f7625fa8 (patch)
treee9f8e5d50126d9269b9f2b770946122325e97fb1 /core/binutils
parente5f86784d858a47bc9d1233b61eacf2ba5396be0 (diff)
downloadpackages-41bd5ed493f0e15e40a023df8f7135a5f7625fa8.tar.xz
core/binutils: redone x86_64-pep target patching, leave BPF target there
Diffstat (limited to 'core/binutils')
-rw-r--r--core/binutils/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD
index cb50cb61..cd9dd9a2 100644
--- a/core/binutils/PKGBUILD
+++ b/core/binutils/PKGBUILD
@@ -28,7 +28,7 @@ eval "$(
eval "$(
declare -f build | \
sed '
- s/--enable-targets=x86_64-pep//g
+ s/--enable-targets=x86_64-pep,bpf-unknown-none/--enable-targets=bpf-unknown-none/g
'
)"