[Scummvm-git-logs] scummvm master -> d5c5f6582782c08a97f07a60b6011a33e13e059b
lephilousophe
noreply at scummvm.org
Fri Dec 31 19:56:21 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
d5c5f65827 CONFIGURE: silence GOLD linker check
Commit: d5c5f6582782c08a97f07a60b6011a33e13e059b
https://github.com/scummvm/scummvm/commit/d5c5f6582782c08a97f07a60b6011a33e13e059b
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2021-12-31T20:55:45+01:00
Commit Message:
CONFIGURE: silence GOLD linker check
Changed paths:
configure
diff --git a/configure b/configure
index 1bb1b25b65c..c4c3e67234f 100755
--- a/configure
+++ b/configure
@@ -5619,7 +5619,7 @@ if test "$_have_x86" = yes ; then
;;
*)
append_var NASMFLAGS "-f elf"
- if $LD $LDFLAGS -Wl,--version | grep 'GNU gold'; then
+ if $LD $LDFLAGS -Wl,--version 2>/dev/null | grep -q -e 'GNU gold'; then
# gold throws an internal error when nasm uses dwarf, force older stabs in this case
append_var NASMFLAGS "-F stabs"
fi
More information about the Scummvm-git-logs
mailing list