index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-05-14 09:32:32 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-05-14 09:32:32 +0200 |
commit | 6c02b1bd9125458e734b4d892d62b0d90dd5bade (patch) | |
tree | b612b0d6f4a1b251884833b6d52a66fb88427b15 /core/binutils/PKGBUILD | |
parent | 638fee413f68fa064ad5ceab09fb90f2ada7c10a (diff) |
-rw-r--r-- | core/binutils/PKGBUILD | 10 |
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) |