]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips: Fix linking errors for none/tests/mips[32|64]/msa_fpu
authorStefan Maksimovic <stefan.maksimovic@rt-rk.com>
Thu, 27 Feb 2020 17:06:05 +0000 (17:06 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Thu, 27 Feb 2020 17:07:13 +0000 (17:07 +0000)
commit9eb44ba8169003f9529625d4496d684f89a4d989
tree999995f7d3b7918b5e3d99cf5ea93818cc168fa3
parentc1f6c685b97ebdbabfc2ce18f27029f4bd4170db
mips: Fix linking errors for none/tests/mips[32|64]/msa_fpu

Some older toolchains (e.g. Codescape GNU Tools 2016.05-03 for MIPS
MTI Linux 4.9.2) require explicit inclusion of the "math" library in
order to link to the fpclassify() function.

fpclassify() is used in this test since 3e0e34a.
none/tests/mips32/Makefile.am
none/tests/mips64/Makefile.am