aboutsummaryrefslogtreecommitdiff
path: root/packages/binutils-oracle/git-889339ab/0012-Fix-a-missing-include-of-string.patch
diff options
context:
space:
mode:
authorGuillermo E. Martinez <guillermo.e.martinez@oracle.com>2022-05-31 21:23:38 -0500
committerChris Packham <judge.packham@gmail.com>2022-06-26 20:29:05 +1200
commit883ecbebb642c88a11a78e8f2e8c30ad72813b9a (patch)
tree067c538ad2203f2488613d960ace4e75f22cc67b /packages/binutils-oracle/git-889339ab/0012-Fix-a-missing-include-of-string.patch
parent994767d6c586011e6493d6fd694382c47a919a34 (diff)
downloadcrosstool-ng-883ecbebb642c88a11a78e8f2e8c30ad72813b9a.tar.gz
crosstool-ng-883ecbebb642c88a11a78e8f2e8c30ad72813b9a.tar.bz2
crosstool-ng-883ecbebb642c88a11a78e8f2e8c30ad72813b9a.zip
Restore Oracle products to crosstool-ng using gcc-oracle
This commit restore the support for the following products in Oracle Linux 7.9: Binutils 2.27-44.base.0.400 GCC 4.8.5-44.0.5 glibc 2.17-317.0.3 UEK5/u4 4.14.35-2025.400.8 Sample configurations were updated to use such versions, and be compiled in host machine using recent GCC versions. Signed-off-by: Guillermo E. Martinez <guillermo.e.martinez@oracle.com>
Diffstat (limited to 'packages/binutils-oracle/git-889339ab/0012-Fix-a-missing-include-of-string.patch')
-rw-r--r--packages/binutils-oracle/git-889339ab/0012-Fix-a-missing-include-of-string.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/packages/binutils-oracle/git-889339ab/0012-Fix-a-missing-include-of-string.patch b/packages/binutils-oracle/git-889339ab/0012-Fix-a-missing-include-of-string.patch
deleted file mode 100644
index b04033a7..00000000
--- a/packages/binutils-oracle/git-889339ab/0012-Fix-a-missing-include-of-string.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 23272f9927dc95c0cf6f7c5aabcc0551eca572c5 Mon Sep 17 00:00:00 2001
-From: Martin Liska <mliska@suse.cz>
-Date: Fri, 7 Jun 2019 07:36:52 +0200
-Subject: [PATCH] Fix a missing include of <string>
-
-gold/ChangeLog:
-
-2019-06-07 Martin Liska <mliska@suse.cz>
-
- * errors.h: Include string.
----
- gold/errors.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/gold/errors.h b/gold/errors.h
-index 1e61c8dbb5..805b25fc9c 100644
---- a/gold/errors.h
-+++ b/gold/errors.h
-@@ -24,6 +24,7 @@
- #define GOLD_ERRORS_H
-
- #include <cstdarg>
-+#include <string>
-
- #include "gold-threads.h"
-