summaryrefslogtreecommitdiff
path: root/core/binutils
diff options
context:
space:
mode:
Diffstat (limited to 'core/binutils')
-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)