mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: libunwind: Fix build with gcc-14 for i686-linux.
* gnu/packages/libunwind.scm (libunwind)[arguments]: Extend CFLAGS to relax gcc-14's strictness even further. Change-Id: Idafb16976442b3452b16cd993fbaec0655a61af5
This commit is contained in:
committed by
Andreas Enge
parent
efb3675fd3
commit
11cca1e6cf
@@ -45,7 +45,10 @@
|
||||
(arguments
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list "CFLAGS=-g -O2 -Wno-error=implicit-function-declaration")
|
||||
#~(list #$(string-append
|
||||
"CFLAGS=-g -O2"
|
||||
" -Wno-error=implicit-function-declaration"
|
||||
" -Wno-error=incompatible-pointer-types"))
|
||||
;; Two tests are failing with newer toolchains:
|
||||
;; https://github.com/libunwind/libunwind/issues/363
|
||||
#:make-flags
|
||||
|
||||
Reference in New Issue
Block a user