mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: cross-base: mingw: use compressed debug sections
I can no-longer recreate the mentioned failure. * gnu/packages/cross-base.scm (cross-binutils-package): Remove the usage of --enable-compressed-debug-sections=no.
This commit is contained in:
parent
11f9ab1d82
commit
b34255704e
1 changed files with 3 additions and 12 deletions
|
|
@ -135,18 +135,9 @@
|
|||
(search-patches
|
||||
"ath9k-htc-firmware-binutils.patch")))
|
||||
((target-mingw? target)
|
||||
(package-with-extra-patches
|
||||
(package-with-extra-configure-variable
|
||||
;; mingw binutils does not work correctly when configured
|
||||
;; with `--enable-compressed-debug-sections`. An error
|
||||
;; like the following will occur whenever you try to link:
|
||||
;;
|
||||
;; x86_64-w64-mingw32-ld: final link failed: bad value
|
||||
;;
|
||||
;; TODO: This seems like a deeper problem that warrants
|
||||
;; deeper investigation.
|
||||
binutils "--enable-compressed-debug-sections" "no")
|
||||
(search-patches "binutils-mingw-w64-deterministic.patch")))
|
||||
(package-with-extra-patches binutils
|
||||
(search-patches
|
||||
"binutils-mingw-w64-deterministic.patch")))
|
||||
(else binutils))
|
||||
target)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue