diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 9dc00d4b95..fcb06c1e4e 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -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 _