From: Michael S. Tsirkin Date: Thu, 29 Oct 2009 15:20:02 +0000 (+0200) Subject: perf tools: Support static build X-Git-Tag: v2.6.33-rc1~399^2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=751386507701010831d72c522171753d2cd903d2;p=pandora-kernel.git perf tools: Support static build This makes it possible to build perf statically, by performing: make LDFLAGS=-static Since static libraries are only searched in the order they are specified, move library list from LDFLAGS to EXTLIBS, so that they are put at the end of linker command line. Signed-off-by: Michael S. Tsirkin Cc: Peter Zijlstra Cc: Paul Mackerras Cc: Frederic Weisbecker Cc: Arnaldo Carvalho de Melo LKML-Reference: <20091029152002.GA5406@redhat.com> [ v2: resolved conflicts ] Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed