summaryrefslogtreecommitdiff
path: root/core/binutils/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-05-14 09:32:32 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-05-14 09:32:32 +0200
commit6c02b1bd9125458e734b4d892d62b0d90dd5bade (patch)
treeb612b0d6f4a1b251884833b6d52a66fb88427b15 /core/binutils/PKGBUILD
parent638fee413f68fa064ad5ceab09fb90f2ada7c10a (diff)
downloadpackages-6c02b1bd9125458e734b4d892d62b0d90dd5bade.tar.xz
core/binutils: cleanup up around removal of --enable-64-bit-bfd
Diffstat (limited to 'core/binutils/PKGBUILD')
-rw-r--r--core/binutils/PKGBUILD10
1 files changed, 1 insertions, 9 deletions
diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD
index 9e9b625c..02e8d5f9 100644
--- a/core/binutils/PKGBUILD
+++ b/core/binutils/PKGBUILD
@@ -1,7 +1,7 @@
+# add our own bug reporting URL
eval "$(
declare -f build | \
sed '
- s/--enable/--enable-64-bit-bfd \0/
s,https://bugs.archlinux.org/,https://bugs.archlinux32.org/,
'
)"
@@ -43,14 +43,6 @@ eval "$(
'
)"
-# --enable-64-bit-bfd makes sense only for 64-bit targets IMHO
-eval "$(
- declare -f build | \
- sed '
- s/--enable-64-bit-bfd//g
- '
-)"
-
# i486-specific
if [ "${CARCH}" = "i486" ]; then
# disable CET (Control Flow instructions endbr32/enbr64)