guix: Check mingw symbols, improve SSP fix docs

This commit is contained in:
Carl Dong
2020-03-30 13:41:34 -04:00
parent 449d8fe25b
commit 35a96792dd
2 changed files with 5 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ export PATH="${BASEPREFIX}/${HOST}/native/bin:${PATH}"
make -C src --jobs=1 check-security ${V:+V=1}
case "$HOST" in
*linux*)
*linux*|*mingw*)
# Check that executables only contain allowed gcc, glibc and libstdc++
# version symbols for Linux distro back-compatibility.
make -C src --jobs=1 check-symbols ${V:+V=1}