aboutsummaryrefslogtreecommitdiff
path: root/packages/binutils-oracle/git-43eccdca/0000-Fix-a-missing-include-of-string.patch
diff options
context:
space:
mode:
authorCupertino Miranda <cupertino.miranda@oracle.com>2024-04-03 13:05:13 +0100
committerChris Packham <judge.packham@gmail.com>2024-06-26 14:55:01 +1200
commit5ee38acb6a99355235f5ecf2d70f621e5ffb88f9 (patch)
tree6f1fbb4ceae29bf7cafc9df39005203180e8a4be /packages/binutils-oracle/git-43eccdca/0000-Fix-a-missing-include-of-string.patch
parenta87bf7f6b0a04bae13390b2166e094864d0a57b6 (diff)
downloadcrosstool-ng-5ee38acb6a99355235f5ecf2d70f621e5ffb88f9.tar.gz
crosstool-ng-5ee38acb6a99355235f5ecf2d70f621e5ffb88f9.tar.bz2
crosstool-ng-5ee38acb6a99355235f5ecf2d70f621e5ffb88f9.zip
Remove oracle version repetition
Support for Oracle Linux toolchains have some repetition within their package directories. This patch improves the status of package directories and patch reusability. Signed-off-by: Cupertino Miranda <cupertino.miranda@oracle.com>
Diffstat (limited to 'packages/binutils-oracle/git-43eccdca/0000-Fix-a-missing-include-of-string.patch')
-rw-r--r--packages/binutils-oracle/git-43eccdca/0000-Fix-a-missing-include-of-string.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/binutils-oracle/git-43eccdca/0000-Fix-a-missing-include-of-string.patch b/packages/binutils-oracle/git-43eccdca/0000-Fix-a-missing-include-of-string.patch
deleted file mode 100644
index 141ddf82..00000000
--- a/packages/binutils-oracle/git-43eccdca/0000-Fix-a-missing-include-of-string.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-This patch is a backport from binutils-gdb commit:
-a3972330f4: Fix a missing include of <string>
-
-This code is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 3, or (at your option) any
-later version.
-
-This code is distributed in the hope that it will be useful, but WITHOUT
-ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-for more details.
-
-diff -Nur binutils-gdb/gold/errors.h binutils-gdb-oracle/gold/errors.h
---- binutils-gdb/gold/errors.h 2022-06-16 17:49:08.412691685 -0500
-+++ binutils-gdb-oracle/gold/errors.h 2022-06-16 18:34:19.463006903 -0500
-@@ -24,6 +24,7 @@
- #define GOLD_ERRORS_H
-
- #include <cstdarg>
-+#include <string>
-
- #include "gold-threads.h"
-