opnsense-src/lib/csu/tests
Alfredo Dal'Ava Junior 4f5890a0fb csu: test: explicitly add libm as build parameter
CSU tests build fails with '/usr/lib/libgcc_s.so: undefined reference to
fma' when built with LLVM 14 for powerpcspe, so '-lm' is being added
explicitly.

It may be linked to https://reviews.llvm.org/D77558

Reviewed by:	imp (earlier version)
MFC after:	2 days
Sponsored by:	Instituto de Pesquisas Eldorado (eldorado.org.br)
Differential Revision:	https://reviews.freebsd.org/D35691
2022-07-07 20:58:04 -03:00
..
dso Revert r353140: Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it around 2020-01-14 17:50:13 +00:00
dynamic csu: test: explicitly add libm as build parameter 2022-07-07 20:58:04 -03:00
dynamiclib Run the csu tests on a DSO. This builds the tests into a shared library, 2018-10-30 09:43:26 +00:00
dynamicpie Add C startup code tests for PIE binaries. 2020-11-10 19:09:35 +00:00
static
cxx_constructors.cc Run the csu tests on a DSO. This builds the tests into a shared library, 2018-10-30 09:43:26 +00:00
fini_test.c Fix dso_handle_check for PIE executables. 2020-11-10 19:07:30 +00:00
init_test.c Disable the .preinit_array test in DSOs, ld.bfd fails to link objects with 2018-10-30 11:19:47 +00:00
Makefile Add C startup code tests for PIE binaries. 2020-11-10 19:09:35 +00:00
Makefile.inc
Makefile.tests Build the csu tests on all architectures. 2018-10-30 14:44:12 +00:00