mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fix math_tests.cpp on ppc64le (#291)
This commit is contained in:
@@ -853,6 +853,7 @@ function toolchain(_buildDir, _libDir)
|
|||||||
objdir (path.join(_buildDir, "linux_ppc64le_gcc/obj"))
|
objdir (path.join(_buildDir, "linux_ppc64le_gcc/obj"))
|
||||||
libdirs { path.join(_libDir, "lib/linux_ppc64le_gcc") }
|
libdirs { path.join(_libDir, "lib/linux_ppc64le_gcc") }
|
||||||
buildoptions {
|
buildoptions {
|
||||||
|
"-fsigned-char",
|
||||||
"-Wunused-value",
|
"-Wunused-value",
|
||||||
"-Wundef",
|
"-Wundef",
|
||||||
"-mcpu=power8",
|
"-mcpu=power8",
|
||||||
|
|||||||
Reference in New Issue
Block a user