[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: squash! gnu: libstdc++: Fix build for x86-linux with gcc-14.
From: |
guix-commits |
Subject: |
01/02: squash! gnu: libstdc++: Fix build for x86-linux with gcc-14. |
Date: |
Thu, 2 Jan 2025 06:28:17 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 50af95b086f64059588feedca25e7cdadf5c2503
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Jan 2 12:08:50 2025 +0100
squash! gnu: libstdc++: Fix build for x86-linux with gcc-14.
Change-Id: If5935595fd2bd3686dd6696e958024bad5f0aab6
---
gnu/packages/gcc.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index e938dbf624..a46551e152 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -1066,7 +1066,7 @@ using compilers other than GCC."
(lambda _
(substitute* "libstdc++-v3/src/c++20/tzdb.cc"
(("#if ! defined _GLIBCXX_ZONEINFO_DIR")
- "#if __x86_64__ || ! defined
_GLIBCXX_ZONEINFO_DIR")))))
+ "#if __i386__ || __x86_64__ || ! defined
_GLIBCXX_ZONEINFO_DIR")))))
'()))
#:configure-flags '`("--disable-libstdcxx-pch"