]> git.pld-linux.org Git - packages/scummvm.git/blame_incremental - dwarf-debug.patch
- up to 2.7.1
[packages/scummvm.git] / dwarf-debug.patch
... / ...
CommitLineData
1--- scummvm-1.6.0/configure~ 2013-05-26 22:21:47.000000000 +0200
2+++ scummvm-1.6.0/configure 2013-07-16 01:07:53.563063545 +0200
3@@ -3786,11 +3786,7 @@
4 append_var NASMFLAGS "-f aout"
5 ;;
6 *)
7- append_var NASMFLAGS "-f elf"
8- if $LD $LDFLAGS -Wl,--version 2>/dev/null | grep -q -e 'GNU gold'; then
9- # gold throws an internal error when nasm uses dwarf, force older stabs in this case
10- append_var NASMFLAGS "-F stabs"
11- fi
12+ append_var NASMFLAGS "-f elf -F dwarf"
13 ;;
14 esac
15 _nasm=yes
This page took 0.084241 seconds and 4 git commands to generate.