boot/arm: enable C++14
Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
This commit is contained in:
parent
1592beeabd
commit
2b92ac2a70
@ -9,7 +9,7 @@ UseLibraryHeaders [ FDirName libfdt ] ;
|
||||
|
||||
defines = [ FDefines $(defines) ] ;
|
||||
SubDirCcFlags $(defines) ;
|
||||
SubDirC++Flags $(defines) -fno-rtti ;
|
||||
SubDirC++Flags $(defines) -fno-rtti -std=c++1y ;
|
||||
}
|
||||
|
||||
# TODO: Is there any reason to recompile arch_string.S here?
|
||||
|
Loading…
x
Reference in New Issue
Block a user