From: Ingo Molnar Date: Mon, 7 Oct 2013 15:51:29 +0000 (+0200) Subject: tools/perf/build: Pass through LDFLAGS to feature tests X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~41^2~28^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa4acf6cf102f639a2023b389ca8be8b8d9cad52;p=pandora-kernel.git tools/perf/build: Pass through LDFLAGS to feature tests David Ahern reported that when passing in LDFLAGS=-static then the feature checks still succeed - causing build failures down the line because the static libraries are missing. Solve this by passing through LDFLAGS to the feature-check Makefile. Reported-by: David Ahern Tested-by: David Ahern Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc: Namhyung Kim Cc: Jiri Olsa Link: http://lkml.kernel.org/r/20131007155129.GA1066@gmail.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed