heads/patches/coreboot-4.11/0071-crossgcc-binutils-gold-error-strings.patch
Thierry Laurion 1693644d56 patches/coreboot-4.11: Add patches to build on newer systems
- remove https patch that was made as temporarily fix for bad cert
- upgrade crossgcc's iasl to 2021 so toolchain can be built on debian 11+
- make iasl report itself as being part of coreboot crossgcc build stack.
- remove acpinames from buildgcc make jobss
- add missing string include for binutils gold
- add gnat statements workarounds
- patch Librem L1UM ACPI for newer IASL

Signed-off-by: Matt DeVillier <matt.devillier@puri.sm>
2022-02-03 15:04:09 -05:00

17 lines
666 B
Diff

diff -ruN ./util/crossgcc/patches.orig/binutils-2.32_gold-errors-include-strings.patch ./util/crossgcc/patches/binutils-2.32_gold-errors-include-strings.patch
--- ./util/crossgcc/patches.orig/binutils-2.32_gold-errors-include-strings.patch 1969-12-31 19:00:00.000000000 -0500
+++ ./util/crossgcc/patches/binutils-2.32_gold-errors-include-strings.patch 2021-10-12 13:53:14.158000000 -0400
@@ -0,0 +1,11 @@
+--- binutils-2.32/gold/errors.h.orig 2021-10-12 13:47:36.647000000 -0400
++++ binutils-2.32/gold/errors.h 2021-10-12 13:42:38.712000000 -0400
+@@ -25,6 +25,7 @@
+ #include <cstdarg>
+
+ #include "gold-threads.h"
++#include <string>
+
+ namespace gold
+ {
+