From 9294d5984c2f0f052015573a3411de76f71b235f Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 8 Oct 2013 21:05:57 -0700 Subject: [PATCH] Disable the code that tries to find an alternate objdump On Linux distros, it seems, objdump is configured to read Windows executables (BFD architecture "pei-i386"), so we don't need to find an alternate / cross-compile version. But leave the code here in case we run into a distro that does things differently. Signed-off-by: Thiago Macieira --- subsurface-install.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsurface-install.pri b/subsurface-install.pri index b8d73785a..37c8e077f 100644 --- a/subsurface-install.pri +++ b/subsurface-install.pri @@ -50,7 +50,7 @@ mac { install.depends += qt_conf !win32-msvc* { - !equals($$QMAKE_HOST.os, "Windows"): dlls.commands += OBJDUMP=`$(CC) -dumpmachine`-objdump + #!equals($$QMAKE_HOST.os, "Windows"): dlls.commands += OBJDUMP=`$(CC) -dumpmachine`-objdump dlls.commands += perl $$PWD/scripts/win-ldd.pl $(DESTDIR_TARGET) dlls.commands += `$(CC) -print-search-dirs | $(SED) -n \'/^libraries: =/{s///;s/:/\\n/g;p;q;}\' | $(SED) -E \'s,/lib/?\\\$\$,/bin,\'` dlls.commands += $$LIBS