tools build feature: Use value assignment form for FEATURE-DUMP file
authorJiri Olsa <jolsa@kernel.org>
Wed, 23 Dec 2015 17:58:33 +0000 (18:58 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 6 Jan 2016 23:11:14 +0000 (20:11 -0300)
commit936d120d5f6406377e622da3167cafc811d053ea
treed06d2125c51bc0f81146d18f23f0f5dd2aaedeed
parentc6a5f88f335ec43d2850d62bc4924f719d265670
tools build feature: Use value assignment form for FEATURE-DUMP file

Changing the contents of the FEATURE-DUMP file, so it looks like:

  feature-backtrace=1
  feature-dwarf=0
  feature-fortify-source=1
  feature-sync-compare-and-swap=0

This way it could get included in sub projects, so they won't be forced
to redo features detection.

Also now storing the complete set of features.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Tested-by: Wang Nan <wangnan0@huawei.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Zefan Li <lizefan@huawei.com>
Cc: pi3orama <pi3orama@163.com>
Link: http://lkml.kernel.org/r/1450893514-9158-5-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/build/Makefile.feature
This page took 0.025814 seconds and 5 git commands to generate.