]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tools build: Fix objtool build with clang
authorPeter Foley <pefoley2@pefoley.com>
Mon, 28 Nov 2016 02:43:46 +0000 (21:43 -0500)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 5 Dec 2016 18:51:42 +0000 (15:51 -0300)
commitbaa1973ebcf6a7bd15522a5b6a35a8fefd6cb232
tree3259738aa5d370a78ed7505500d54080e6322893
parent1cd6472e3f8d3fdee0fd19f7088807b284d3080f
tools build: Fix objtool build with clang

Clang doesn't support multiple arguments being passed to -Wp, so split
them.

  Fixes this error:
  HOSTCC   tools/objtool/fixdep.o
  cat: tools/objtool/.fixdep.o.d: No such file or directory

Signed-off-by: Peter Foley <pefoley2@pefoley.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/r/20161128024346.17371-1-pefoley2@pefoley.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/build/Build.include