first commit
This commit is contained in:
commit
528f89a79b
90 changed files with 13567 additions and 0 deletions
16
sys-devel/binutils/files/binutils-2.32-gcc-10.patch
Normal file
16
sys-devel/binutils/files/binutils-2.32-gcc-10.patch
Normal file
|
|
@ -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"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue