tools build: Add feature detection for g++
authorWang Nan <wangnan0@huawei.com>
Mon, 26 Sep 2016 07:26:56 +0000 (07:26 +0000)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 5 Oct 2016 22:59:35 +0000 (19:59 -0300)
commit87095f7ddeff3038a0cf8e6574922f9c11688619
tree73eb2890678d20f32da70d5f373612e03bd6e509
parentf61bdc3304281e9ff9eec4f1ed9fb15bcf4d8a5e
tools build: Add feature detection for g++

Check if g++ is available. The result will be used by builtin clang and
LLVM support. Since LLVM requires C++11, this feature detector checks
std::move().

Signed-off-by: Wang Nan <wangnan0@huawei.com>
Cc: Alexei Starovoitov <ast@fb.com>
Cc: He Kuang <hekuang@huawei.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Zefan Li <lizefan@huawei.com>
Cc: pi3orama@163.com
Link: http://lkml.kernel.org/r/1474874832-134786-3-git-send-email-wangnan0@huawei.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/build/Makefile.feature
tools/build/feature/Makefile
tools/build/feature/test-cxx.cpp [new file with mode: 0644]