diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-09 20:07:11 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-09 20:07:44 +0000 |
commit | 31ea5c5ef16889c000670d48d769294823fa1cd4 (patch) | |
tree | cd14a073f5b38eacac1014ec7cfc47558ac9766f /sys-devel/binutils/binutils-2.32-r2.ebuild | |
parent | net-wireless/kismet: bump (diff) | |
download | gentoo-31ea5c5ef16889c000670d48d769294823fa1cd4.tar.gz gentoo-31ea5c5ef16889c000670d48d769294823fa1cd4.tar.bz2 gentoo-31ea5c5ef16889c000670d48d769294823fa1cd4.zip |
sys-devel/binutils: tweak 2.32 for gcc-10
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/binutils/binutils-2.32-r2.ebuild')
-rw-r--r-- | sys-devel/binutils/binutils-2.32-r2.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys-devel/binutils/binutils-2.32-r2.ebuild b/sys-devel/binutils/binutils-2.32-r2.ebuild index 3e54336e168a..0242f7095690 100644 --- a/sys-devel/binutils/binutils-2.32-r2.ebuild +++ b/sys-devel/binutils/binutils-2.32-r2.ebuild @@ -55,8 +55,13 @@ PATCH_DEV=${PATCH_DEV:-slyfox} [[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI} https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz" -# Disable gold testsuite since it always fails. -PATCHES=( "${FILESDIR}/${PN}-2.29.1-nogoldtest.patch" ) +PATCHES=( + # Disable gold testsuite since it always fails. + "${FILESDIR}/${PN}-2.29.1-nogoldtest.patch" + + "${FILESDIR}"/${PN}-2.32-gcc-10.patch + "${FILESDIR}"/${PN}-2.33-gcc-10.patch +) # # The cross-compile logic |