]> git.pld-linux.org Git - packages/scummvm.git/blame - dwarf-debug.patch
- up to 2.7.1
[packages/scummvm.git] / dwarf-debug.patch
CommitLineData
f0f97b62
JR
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
a2f9a9dc 3@@ -3786,11 +3786,7 @@
212fd34a 4 append_var NASMFLAGS "-f aout"
f0f97b62
JR
5 ;;
6 *)
212fd34a 7- append_var NASMFLAGS "-f elf"
a2f9a9dc
JR
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
212fd34a 12+ append_var NASMFLAGS "-f elf -F dwarf"
f0f97b62
JR
13 ;;
14 esac
15 _nasm=yes
This page took 0.108764 seconds and 5 git commands to generate.