From 970e9132664d4f7515faacf9215e12734f44c55c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 14 May 2020 14:57:56 +0200 Subject: core/binutils: readded --enable-64-bit-bfd --- core/binutils/PKGBUILD | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'core/binutils') diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD index 02e8d5f9..359cfb64 100644 --- a/core/binutils/PKGBUILD +++ b/core/binutils/PKGBUILD @@ -6,6 +6,15 @@ eval "$( ' )" +# enable BFD for x86_64 other we have problems with cross-compilation +# or compiling things like grub +eval "$( + declare -f build | \ + sed ' + s/--enable/--enable-64-bit-bfd \0/ + ' +)" + # segfaults in ld of binutils 2.30 needs the binutils_2_30 branch # for now, see https://sourceware.org/bugzilla/show_bug.cgi?id=23194 # this patch was done by diffing the branch against the tag and removing -- cgit v1.2.3