|
@@ -597,7 +597,7 @@ function toolchain(_buildDir, _libDir)
|
|
|
"-Wundef",
|
|
"-Wundef",
|
|
|
}
|
|
}
|
|
|
buildoptions_cpp {
|
|
buildoptions_cpp {
|
|
|
- "-std=c++0x",
|
|
|
|
|
|
|
+ "-std=c++11",
|
|
|
}
|
|
}
|
|
|
linkoptions {
|
|
linkoptions {
|
|
|
"-Wl,--gc-sections",
|
|
"-Wl,--gc-sections",
|
|
@@ -679,7 +679,7 @@ function toolchain(_buildDir, _libDir)
|
|
|
"-Wundef",
|
|
"-Wundef",
|
|
|
}
|
|
}
|
|
|
buildoptions_cpp {
|
|
buildoptions_cpp {
|
|
|
- "-std=c++0x",
|
|
|
|
|
|
|
+ "-std=c++11",
|
|
|
}
|
|
}
|
|
|
links {
|
|
links {
|
|
|
"rt",
|
|
"rt",
|
|
@@ -730,7 +730,7 @@ function toolchain(_buildDir, _libDir)
|
|
|
"-Wundef",
|
|
"-Wundef",
|
|
|
}
|
|
}
|
|
|
buildoptions_cpp {
|
|
buildoptions_cpp {
|
|
|
- "-std=c++0x",
|
|
|
|
|
|
|
+ "-std=c++11",
|
|
|
}
|
|
}
|
|
|
links {
|
|
links {
|
|
|
"rt",
|
|
"rt",
|
|
@@ -749,7 +749,7 @@ function toolchain(_buildDir, _libDir)
|
|
|
"-Wundef",
|
|
"-Wundef",
|
|
|
}
|
|
}
|
|
|
buildoptions_cpp {
|
|
buildoptions_cpp {
|
|
|
- "-std=c++0x",
|
|
|
|
|
|
|
+ "-std=c++11",
|
|
|
}
|
|
}
|
|
|
links {
|
|
links {
|
|
|
"rt",
|
|
"rt",
|
|
@@ -792,7 +792,7 @@ function toolchain(_buildDir, _libDir)
|
|
|
"-Wundef",
|
|
"-Wundef",
|
|
|
}
|
|
}
|
|
|
buildoptions_cpp {
|
|
buildoptions_cpp {
|
|
|
- "-std=c++0x",
|
|
|
|
|
|
|
+ "-std=c++11",
|
|
|
}
|
|
}
|
|
|
linkoptions {
|
|
linkoptions {
|
|
|
"-no-canonical-prefixes",
|
|
"-no-canonical-prefixes",
|
|
@@ -811,7 +811,7 @@ function toolchain(_buildDir, _libDir)
|
|
|
"__STEAMLINK__=1", -- There is no special prefedined compiler symbol to detect SteamLink, faking it.
|
|
"__STEAMLINK__=1", -- There is no special prefedined compiler symbol to detect SteamLink, faking it.
|
|
|
}
|
|
}
|
|
|
buildoptions {
|
|
buildoptions {
|
|
|
- "-std=c++0x",
|
|
|
|
|
|
|
+ "-std=c++11",
|
|
|
"-Wfatal-errors",
|
|
"-Wfatal-errors",
|
|
|
"-Wunused-value",
|
|
"-Wunused-value",
|
|
|
"-Wundef",
|
|
"-Wundef",
|
|
@@ -931,7 +931,7 @@ function toolchain(_buildDir, _libDir)
|
|
|
"-Wundef",
|
|
"-Wundef",
|
|
|
}
|
|
}
|
|
|
buildoptions_cpp {
|
|
buildoptions_cpp {
|
|
|
- "-std=c++0x",
|
|
|
|
|
|
|
+ "-std=c++11",
|
|
|
}
|
|
}
|
|
|
includedirs {
|
|
includedirs {
|
|
|
"$(NACL_SDK_ROOT)/include",
|
|
"$(NACL_SDK_ROOT)/include",
|
|
@@ -1184,7 +1184,7 @@ function toolchain(_buildDir, _libDir)
|
|
|
buildoptions {
|
|
buildoptions {
|
|
|
}
|
|
}
|
|
|
buildoptions_cpp {
|
|
buildoptions_cpp {
|
|
|
- "-std=c++0x",
|
|
|
|
|
|
|
+ "-std=c++11",
|
|
|
}
|
|
}
|
|
|
linkoptions {
|
|
linkoptions {
|
|
|
}
|
|
}
|
|
@@ -1200,7 +1200,7 @@ function toolchain(_buildDir, _libDir)
|
|
|
"-Wundef",
|
|
"-Wundef",
|
|
|
}
|
|
}
|
|
|
buildoptions_cpp {
|
|
buildoptions_cpp {
|
|
|
- "-std=c++0x",
|
|
|
|
|
|
|
+ "-std=c++11",
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
configuration { "rpi" }
|
|
configuration { "rpi" }
|
|
@@ -1219,7 +1219,7 @@ function toolchain(_buildDir, _libDir)
|
|
|
"-Wundef",
|
|
"-Wundef",
|
|
|
}
|
|
}
|
|
|
buildoptions_cpp {
|
|
buildoptions_cpp {
|
|
|
- "-std=c++0x",
|
|
|
|
|
|
|
+ "-std=c++11",
|
|
|
}
|
|
}
|
|
|
includedirs {
|
|
includedirs {
|
|
|
"/opt/vc/include",
|
|
"/opt/vc/include",
|
|
@@ -1245,7 +1245,7 @@ function toolchain(_buildDir, _libDir)
|
|
|
"--sysroot=$(RISCV_DIR)/sysroot",
|
|
"--sysroot=$(RISCV_DIR)/sysroot",
|
|
|
}
|
|
}
|
|
|
buildoptions_cpp {
|
|
buildoptions_cpp {
|
|
|
- "-std=c++0x",
|
|
|
|
|
|
|
+ "-std=c++11",
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
configuration {} -- reset configuration
|
|
configuration {} -- reset configuration
|