build-system/gnu: Check whether the cross-libc has a "static" output.
authorLudovic Courtès <ludo@gnu.org>
Thu, 21 Dec 2017 09:46:24 +0000 (10:46 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 21 Dec 2017 09:46:24 +0000 (10:46 +0100)
commitd2b5ede0539567568cfb917e08f1b80a3eab38e7
tree1689a3878ca1982b9d6d77512915379479455d2e
parent8d6cd08573dd226c4ef874bf3786210eee9cf771
build-system/gnu: Check whether the cross-libc has a "static" output.

This is a followup to 614fffe4270cef308573a6d9cef650f3972875af, which
broke cross-compilation to i686-w64-mingw32.

* guix/build-system/gnu.scm (standard-cross-packages): Add
"cross-libc:static" only when LIBC has a "static" output.
guix/build-system/gnu.scm