From 6c02b1bd9125458e734b4d892d62b0d90dd5bade Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 14 May 2020 09:32:32 +0200 Subject: core/binutils: cleanup up around removal of --enable-64-bit-bfd --- core/binutils/PKGBUILD | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'core/binutils') 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) -- cgit v1.2.3