Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
[[ -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
--- /dev/null
+commit a3972330f49f81b3bea64af0970d22f42ae56ec3
+Author: Martin Liska <mliska@suse.cz>
+Date: Fri Jun 7 07:36:52 2019 +0200
+
+ Fix a missing include of <string>
+
+--- a/gold/errors.h
++++ b/gold/errors.h
+@@ -24,6 +24,7 @@
+ #define GOLD_ERRORS_H
+
+ #include <cstdarg>
++#include <string>
+
+ #include "gold-threads.h"
+