mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
squash! REMOVEME gnu: libstdc++: Avoid world rebuild.
Change-Id: I47b66cfb4e238a8185c96db3e9c5db925a4be3b6
This commit is contained in:
parent
534a2138d9
commit
73607b18f1
1 changed files with 2 additions and 0 deletions
|
@ -1077,6 +1077,8 @@ (define-public (make-libstdc++ gcc)
|
|||
"#if __i386__ || __x86_64__ || ! defined _GLIBCXX_ZONEINFO_DIR")))))
|
||||
'())
|
||||
#$@(if (and (target-linux?)
|
||||
(not (target-x86-64?))
|
||||
(not (target-x86-32?))
|
||||
(version>=? (package-version gcc) "14"))
|
||||
#~((add-after 'unpack 'patch-tzdb.cc
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue