aboutsummaryrefslogtreecommitdiffstats
path: root/main/gcc/0039-CRuntime_Musl-Support-v1.2.0-for-32-bits.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/gcc/0039-CRuntime_Musl-Support-v1.2.0-for-32-bits.patch')
-rw-r--r--main/gcc/0039-CRuntime_Musl-Support-v1.2.0-for-32-bits.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gcc/0039-CRuntime_Musl-Support-v1.2.0-for-32-bits.patch b/main/gcc/0039-CRuntime_Musl-Support-v1.2.0-for-32-bits.patch
index 878d4822149..c244b94f70d 100644
--- a/main/gcc/0039-CRuntime_Musl-Support-v1.2.0-for-32-bits.patch
+++ b/main/gcc/0039-CRuntime_Musl-Support-v1.2.0-for-32-bits.patch
@@ -1,7 +1,7 @@
-From 7b2278e6d857f68c9cb956865c5037d73be69fc6 Mon Sep 17 00:00:00 2001
+From fb71a010a27aabb32f071b98adf872a188e8a01c Mon Sep 17 00:00:00 2001
From: Geod24 <pro.mathias.lang@gmail.com>
Date: Mon, 16 Nov 2020 18:40:46 +0100
-Subject: [PATCH] CRuntime_Musl: Support v1.2.0 for 32 bits
+Subject: [PATCH 39/40] CRuntime_Musl: Support v1.2.0 for 32 bits
As explained in the comment, `time_t` on Musl is now always 64 bits,
but used to be 32 bits on 32 bits systems.