Skip to content

Commit

Permalink
Fix math_tests.cpp on ppc64le (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trung Lê authored Nov 14, 2022
1 parent 8d276a1 commit f4e08ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/toolchain.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f4e08ff

Please sign in to comment.