]> Git Repo - linux.git/commit
tools build feature: Use value assignment form for FEATURE-DUMP file
authorJiri Olsa <[email protected]>
Wed, 23 Dec 2015 17:58:33 +0000 (18:58 +0100)
committerArnaldo Carvalho de Melo <[email protected]>
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 <[email protected]>
Tested-by: Wang Nan <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Zefan Li <[email protected]>
Cc: pi3orama <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/build/Makefile.feature
This page took 0.048014 seconds and 4 git commands to generate.