mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: libstdc++: Fix build for gcc-13.
* gnu/packages/gcc.scm (make-libstdc++)[arguments]: use patch-tzdb.cc phase for gcc >= 13. Change-Id: I6e8ae4b973e80c11d67b7333ec2dfa732d1d016a
This commit is contained in:
committed by
Andreas Enge
parent
91379033b3
commit
3d2efdbd33
@@ -1111,7 +1111,7 @@ using compilers other than GCC."
|
||||
(lambda _
|
||||
(chdir "libstdc++-v3")))
|
||||
|
||||
#$@(if (version>=? (package-version gcc) "14")
|
||||
#$@(if (version>=? (package-version gcc) "13")
|
||||
#~((add-after 'unpack 'patch-tzdb.cc
|
||||
(lambda _
|
||||
(substitute* "libstdc++-v3/src/c++20/tzdb.cc"
|
||||
|
||||
Reference in New Issue
Block a user