guix/gnu
Carl Dong 2d78b27711
gnu: Disable compressed debug sections for mingw-w64
The newly introduced --enable-compressed-debug-section=all configure
flag in the base binutils package makes the mingw-w64 build system
unusable. For example:

    $ guix build --target=x86_64-w64-mingw32 hello

        and

    $ guix build mingw-w64-x86_64-winpthreads

Will fail to build with an error:

    "x86_64-w64-mingw32-ld: final link failed: bad value"

Turning off this flag seems to fix the problem, but perhaps it'd also be
worthwhile to investigate the root cause.

* gnu/packages/cross-base.scm (cross-binutils): When building for mingw
  targets, append "--enable-compressed-debug-section=no" to configure
  flags.
2022-02-07 16:37:43 -05:00
..
bootloader
build build: image: Account for fixed-size file system structures. 2022-02-07 16:22:37 -05:00
home home: Add redshift service. 2022-02-07 00:05:59 +01:00
installer installer: Use system-wide guix for system init. 2022-02-02 16:46:44 +01:00
machine
packages gnu: Disable compressed debug sections for mingw-w64 2022-02-07 16:37:43 -05:00
platforms
services services: zabbix-frontend: Restore correct variable name. 2022-02-07 18:37:14 +01:00
system
tests services: guix: Add nar-herder-service-type. 2022-01-31 18:28:16 +00:00
artwork.scm
bootloader.scm
ci.scm
home.scm
image.scm
installer.scm installer: Use system-wide guix for system init. 2022-02-02 16:46:44 +01:00
local.mk gnu: webrtc-audio-processing: Fix building on powerpc architectures. 2022-02-07 22:08:19 +02:00
machine.scm
packages.scm
platform.scm
services.scm
system.scm
tests.scm