aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ccache/patches/110-musl-gcc12.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ccache/patches/110-musl-gcc12.patch')
-rw-r--r--tools/ccache/patches/110-musl-gcc12.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/tools/ccache/patches/110-musl-gcc12.patch b/tools/ccache/patches/110-musl-gcc12.patch
deleted file mode 100644
index 4e7784dcc8..0000000000
--- a/tools/ccache/patches/110-musl-gcc12.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From a69bdc87d7a4a7b019c4086cb007a0b48a007f4a Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Thu, 25 Aug 2022 12:36:18 -0700
-Subject: [PATCH] fix: Fix build with musl when using GCC 12 (#1145)
-
-(cherry picked from commit bb72cc26bc91bc56567dbef608088a9437f836bb)
----
- src/Config.hpp | 2 ++
- src/core/Statistics.hpp | 1 +
- 2 files changed, 3 insertions(+)
-
---- a/src/Config.hpp
-+++ b/src/Config.hpp
-@@ -25,6 +25,8 @@
-
- #include "third_party/nonstd/optional.hpp"
-
-+#include <sys/types.h>
-+
- #include <cstdint>
- #include <functional>
- #include <limits>
---- a/src/core/Statistics.hpp
-+++ b/src/core/Statistics.hpp
-@@ -22,6 +22,7 @@
-
- #include <cstdint>
- #include <string>
-+#include <ctime>
- #include <unordered_map>
- #include <vector>
-