kernel/x86_64: enable c++11 in x86_64 specific code

This commit is contained in:
Pawel Dziepak 2014-05-05 21:16:07 +02:00
parent f31c19bb9e
commit c1dc104960

View File

@ -17,6 +17,8 @@ SEARCH_SOURCE += [ FDirName $(SUBDIR) timers ] ;
local archSpecificSources ;
if $(TARGET_ARCH) = x86_64 {
SubDirC++Flags -std=gnu++11 ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) 64 ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) paging 64bit ] ;