diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-08-12 13:13:53 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2017-08-12 13:13:53 -0700 |
commit | d57536af86b27779125cb30202d562d6d4fbbfdc (patch) | |
tree | d21a720625ee2f572b2530eb8c4076ff540241d0 /conf/nonclangable.conf | |
parent | a32eecdf6ca62210381b0a8808829dd867ff06d4 (diff) | |
download | meta-clang-d57536af86b27779125cb30202d562d6d4fbbfdc.tar.gz |
clang: Switch c++ default to gnu++14 standard
Using cmdline options -std doesnt always work e.g. boost
where it uses c++ driver (clang++) to invoke compilation
but then passes '-x c' to choose the language for compilation
Which ends in errors like below
error: invalid argument '-std=c++14' not allowed with 'C'
Therefore change the defaults in driver itself to use gnu++14
which is default with g++ from gcc7+ too.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/nonclangable.conf')
0 files changed, 0 insertions, 0 deletions