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/files/binutils-2.32-gcc-10.patch | |
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/files/binutils-2.32-gcc-10.patch')
-rw-r--r-- | sys-devel/binutils/files/binutils-2.32-gcc-10.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-devel/binutils/files/binutils-2.32-gcc-10.patch b/sys-devel/binutils/files/binutils-2.32-gcc-10.patch new file mode 100644 index 000000000000..fa7069456cdf --- /dev/null +++ b/sys-devel/binutils/files/binutils-2.32-gcc-10.patch @@ -0,0 +1,16 @@ +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" + |