mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 12:42:34 +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"))
|
||||
libdirs { path.join(_libDir, "lib/linux_ppc64le_gcc") }
|
||||
buildoptions {
|
||||
"-fsigned-char",
|
||||
"-Wunused-value",
|
||||
"-Wundef",
|
||||
"-mcpu=power8",
|
||||
|
||||
Reference in New Issue
Block a user