mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
66ac9e649a
This commit adds support for the following Oracle products, targeting Oracle Linux 8.7: Binutils 2.30-117.0.1 GCC 8.5.0-15.0.2 glibc 2.28-211.1.0.1 UEK5/u4 4.14.35-2025.400.8 Sample configuration files are provided for the following triplets: aarch64-ol8u7-linux-gnu x86_64-ol8u7-linux-gnu i686-ol8u7-linux-gnu Signed-off-by: Cupertino Miranda <cupertino.miranda@oracle.com>
25 lines
878 B
Diff
25 lines
878 B
Diff
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"
|
|
|